Html Css Color HEX #B2068C Medium Violet Red

📋 copy color: '#B2068C'

red 178 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #B2068C

Tints of Medium Violet Red #B2068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 54.94%
G = 1.85%
B = 43.21%

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

#B2068C (or 0xB2068C) is known color: Medium Violet Red. HEX triplet: B2, 06 and 8C. RGB value is (178,6,140). Sum of RGB (Red+Green+Blue) = 178+6+140=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2068C is #4DF973. Grayscale: #484848. Windows color (decimal): -5110132 or 9176754. OLE color: 9176754.

HSL color Cylindrical-coordinate representation of color #B2068C: hue angle of 313.26º 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 #B2068C is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 140 -
CMYK 0 0.97 0.21 0.30
HSL 313.26º 0.93% 0.36% -
HSV(B) 313.26º 0.97% 0.7% -
XYZ 23.16 11.49 25.81 -
YUV 72.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 178 6 140 0 0.97 0.21 0.30 313.26 0.93 0.36
Hex B2 6 8C 0 61 15 1E 139 5D 24
Octal 262 6 214 0 141 25 36 471 135 44
Binary 10110010 110 10001100 0 1100001 10101 11110 100111001 1011101 100100

Color Harmonies of #B2068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2068C

Black with #B2068C

Text Example


Text Example

White with #B2068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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