Html Css Color HEX #BB0C7B Medium Violet Red

📋 copy color: '#BB0C7B'

red 187 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #BB0C7B

Tints of Medium Violet Red #BB0C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 58.07%
G = 3.73%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB0C7B (or 0xBB0C7B) is known color: Medium Violet Red. HEX triplet: BB, 0C and 7B. RGB value is (187,12,123). Sum of RGB (Red+Green+Blue) = 187+12+123=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C7B is #44F384. Grayscale: #4C4C4C. Windows color (decimal): -4518789 or 8064187. OLE color: 8064187.

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

Color convert

RGB 187 12 123 -
CMYK 0 0.94 0.34 0.27
HSL 321.94º 0.88% 0.39% -
HSV(B) 321.94º 0.94% 0.73% -
XYZ 24.2 12.26 19.83 -
YUV 76.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 187 12 123 0 0.94 0.34 0.27 321.94 0.88 0.39
Hex BB C 7B 0 5E 22 1B 142 58 27
Octal 273 14 173 0 136 42 33 502 130 47
Binary 10111011 1100 1111011 0 1011110 100010 11011 101000010 1011000 100111

Color Harmonies of #BB0C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C7B

Black with #BB0C7B

Text Example


Text Example

White with #BB0C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C7B; }

 p { color: rgb(187,12,123); }

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

background-color css

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

 a { background-color: rgb(187,12,123); }

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

border-color css

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

 span { border-color: rgb(187,12,123); }

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