Html Css Color HEX #BB0D7B Medium Violet Red

📋 copy color: '#BB0D7B'

red 187 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #BB0D7B

Tints of Medium Violet Red #BB0D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.02%

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

R = 57.89%
G = 4.02%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB0D7B (or 0xBB0D7B) is known color: Medium Violet Red. HEX triplet: BB, 0D and 7B. RGB value is (187,13,123). Sum of RGB (Red+Green+Blue) = 187+13+123=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0D7B is #44F284. Grayscale: #4D4D4D. Windows color (decimal): -4518533 or 8064443. OLE color: 8064443.

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

Color convert

RGB 187 13 123 -
CMYK 0 0.93 0.34 0.27
HSL 322.07º 0.87% 0.39% -
HSV(B) 322.07º 0.93% 0.73% -
XYZ 24.21 12.28 19.83 -
YUV 77.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 187 13 123 0 0.93 0.34 0.27 322.07 0.87 0.39
Hex BB D 7B 0 5D 22 1B 142 57 27
Octal 273 15 173 0 135 42 33 502 127 47
Binary 10111011 1101 1111011 0 1011101 100010 11011 101000010 1010111 100111

Color Harmonies of #BB0D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0D7B

Black with #BB0D7B

Text Example


Text Example

White with #BB0D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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