Html Css Color HEX #BB0075 Medium Violet Red

📋 copy color: '#BB0075'

red 187 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #BB0075

Tints of Medium Violet Red #BB0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.51%
G = 0%
B = 38.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB0075 (or 0xBB0075) is known color: Medium Violet Red. HEX triplet: BB, 00 and 75. RGB value is (187,0,117). Sum of RGB (Red+Green+Blue) = 187+0+117=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0075 is #44FF8A. Grayscale: #444444. Windows color (decimal): -4521867 or 7667899. OLE color: 7667899.

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

Color convert

RGB 187 0 117 -
CMYK 0 1 0.37 0.27
HSL 322.46º 1% 0.37% -
HSV(B) 322.46º 1% 0.73% -
XYZ 23.7 11.85 17.87 -
YUV 69.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 187 0 117 0 1 0.37 0.27 322.46 1 0.37
Hex BB 0 75 0 64 25 1B 142 64 25
Octal 273 0 165 0 144 45 33 502 144 45
Binary 10111011 0 1110101 0 1100100 100101 11011 101000010 1100100 100101

Color Harmonies of #BB0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0075

Black with #BB0075

Text Example


Text Example

White with #BB0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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