Html Css Color HEX #B2068D Medium Violet Red

📋 copy color: '#B2068D'

red 178 ◦ green 6 ◦ blue 141

#B2068D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B2068D

Tints of Medium Violet Red #B2068D

RGB

 RED value IS 178 (69.92% from 255) = 54.77%

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 54.77%
G = 1.85%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2068D (or 0xB2068D) is known color: Medium Violet Red. HEX triplet: B2, 06 and 8D. RGB value is (178,6,141). Sum of RGB (Red+Green+Blue) = 178+6+141=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2068D is #4DF972. Grayscale: #484848. Windows color (decimal): -5110131 or 9242290. OLE color: 9242290.

HSL color Cylindrical-coordinate representation of color #B2068D: hue angle of 312.91º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2068D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 141 -
CMYK 0 0.97 0.21 0.30
HSL 312.91º 0.93% 0.36% -
HSV(B) 312.91º 0.97% 0.7% -
XYZ 23.23 11.52 26.2 -
YUV 72.82 166.48 203.02 -
System Red Green Blue C M Y K H S L
Decimal 178 6 141 0 0.97 0.21 0.30 312.91 0.93 0.36
Hex B2 6 8D 0 61 15 1E 139 5D 24
Octal 262 6 215 0 141 25 36 471 135 44
Binary 10110010 110 10001101 0 1100001 10101 11110 100111001 1011101 100100

Color Harmonies of #B2068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2068D

Black with #B2068D

Text Example


Text Example

White with #B2068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2068D; }

 p { color: rgb(178,6,141); }

 H1.HeaderClassName
 {
   color: #B2068D;
 }
 .AnyTagClassName
 {
   color: #B2068D;
 }
</style>

background-color css

<style>
 a { background-color: #B2068D; }

 a { background-color: rgb(178,6,141); }

 div.DivClassName
 {
   background-color: #B2068D;
 }
 .BgClassName
 {
   background-color: #B2068D;
 }
</style>

border-color css

<style>
 span { border-color: #B2068D; }

 span { border-color: rgb(178,6,141); }

 td.TdClassName
 {
   border-color: #B2068D;
 }
 .TagClassName
 {
   border-color: #B2068D;
 }
</style>