Html Css Color HEX #BB0697 Medium Violet Red

📋 copy color: '#BB0697'

red 187 ◦ green 6 ◦ blue 151

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

Shades of Medium Violet Red #BB0697

Tints of Medium Violet Red #BB0697

RGB

 RED value IS 187 (73.44% from 255) = 54.36%

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

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 54.36%
G = 1.74%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB0697 (or 0xBB0697) is known color: Medium Violet Red. HEX triplet: BB, 06 and 97. RGB value is (187,6,151). Sum of RGB (Red+Green+Blue) = 187+6+151=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0697 is #44F968. Grayscale: #4C4C4C. Windows color (decimal): -4520297 or 9897659. OLE color: 9897659.

HSL color Cylindrical-coordinate representation of color #BB0697: hue angle of 311.93º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0697 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 151 -
CMYK 0 0.97 0.19 0.27
HSL 311.93º 0.94% 0.38% -
HSV(B) 311.93º 0.97% 0.73% -
XYZ 26.14 12.93 30.4 -
YUV 76.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 187 6 151 0 0.97 0.19 0.27 311.93 0.94 0.38
Hex BB 6 97 0 61 13 1B 138 5E 26
Octal 273 6 227 0 141 23 33 470 136 46
Binary 10111011 110 10010111 0 1100001 10011 11011 100111000 1011110 100110

Color Harmonies of #BB0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0697

Black with #BB0697

Text Example


Text Example

White with #BB0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0697; }

 p { color: rgb(187,6,151); }

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

background-color css

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

 a { background-color: rgb(187,6,151); }

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

border-color css

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

 span { border-color: rgb(187,6,151); }

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