Html Css Color HEX #BB0B75 Medium Violet Red

📋 copy color: '#BB0B75'

red 187 ◦ green 11 ◦ blue 117

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

Shades of Medium Violet Red #BB0B75

Tints of Medium Violet Red #BB0B75

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.49%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 59.37%
G = 3.49%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB0B75 (or 0xBB0B75) is known color: Medium Violet Red. HEX triplet: BB, 0B and 75. RGB value is (187,11,117). Sum of RGB (Red+Green+Blue) = 187+11+117=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B75 is #44F48A. Grayscale: #4B4B4B. Windows color (decimal): -4519051 or 7670715. OLE color: 7670715.

HSL color Cylindrical-coordinate representation of color #BB0B75: hue angle of 323.86º degrees, saturation: 0.89, 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 #BB0B75 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 11 117 -
CMYK 0 0.94 0.37 0.27
HSL 323.86º 0.89% 0.39% -
HSV(B) 323.86º 0.94% 0.73% -
XYZ 23.82 12.09 17.91 -
YUV 75.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 187 11 117 0 0.94 0.37 0.27 323.86 0.89 0.39
Hex BB B 75 0 5E 25 1B 144 59 27
Octal 273 13 165 0 136 45 33 504 131 47
Binary 10111011 1011 1110101 0 1011110 100101 11011 101000100 1011001 100111

Color Harmonies of #BB0B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B75

Black with #BB0B75

Text Example


Text Example

White with #BB0B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B75; }

 p { color: rgb(187,11,117); }

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

background-color css

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

 a { background-color: rgb(187,11,117); }

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

border-color css

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

 span { border-color: rgb(187,11,117); }

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