Html Css Color HEX #BB0275 Medium Violet Red

📋 copy color: '#BB0275'

red 187 ◦ green 2 ◦ blue 117

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

Shades of Medium Violet Red #BB0275

Tints of Medium Violet Red #BB0275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 61.11%
G = 0.65%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB0275 (or 0xBB0275) is known color: Medium Violet Red. HEX triplet: BB, 02 and 75. RGB value is (187,2,117). Sum of RGB (Red+Green+Blue) = 187+2+117=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0275 is #44FD8A. Grayscale: #464646. Windows color (decimal): -4521355 or 7668411. OLE color: 7668411.

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

Color convert

RGB 187 2 117 -
CMYK 0 0.99 0.37 0.27
HSL 322.7º 0.98% 0.37% -
HSV(B) 322.7º 0.99% 0.73% -
XYZ 23.73 11.89 17.87 -
YUV 70.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 187 2 117 0 0.99 0.37 0.27 322.7 0.98 0.37
Hex BB 2 75 0 63 25 1B 143 62 25
Octal 273 2 165 0 143 45 33 503 142 45
Binary 10111011 10 1110101 0 1100011 100101 11011 101000011 1100010 100101

Color Harmonies of #BB0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0275

Black with #BB0275

Text Example


Text Example

White with #BB0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0275; }

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

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

background-color css

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

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

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

border-color css

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

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

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