Html Css Color HEX #BB018E Medium Violet Red

📋 copy color: '#BB018E'

red 187 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #BB018E

Tints of Medium Violet Red #BB018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 56.67%
G = 0.3%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB018E (or 0xBB018E) is known color: Medium Violet Red. HEX triplet: BB, 01 and 8E. RGB value is (187,1,142). Sum of RGB (Red+Green+Blue) = 187+1+142=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB018E is #44FE71. Grayscale: #484848. Windows color (decimal): -4521586 or 9306555. OLE color: 9306555.

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

Color convert

RGB 187 1 142 -
CMYK 0 0.99 0.24 0.27
HSL 314.52º 0.99% 0.37% -
HSV(B) 314.52º 0.99% 0.73% -
XYZ 25.39 12.54 26.67 -
YUV 72.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 187 1 142 0 0.99 0.24 0.27 314.52 0.99 0.37
Hex BB 1 8E 0 63 18 1B 13B 63 25
Octal 273 1 216 0 143 30 33 473 143 45
Binary 10111011 1 10001110 0 1100011 11000 11011 100111011 1100011 100101

Color Harmonies of #BB018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB018E

Black with #BB018E

Text Example


Text Example

White with #BB018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB018E; }

 p { color: rgb(187,1,142); }

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

background-color css

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

 a { background-color: rgb(187,1,142); }

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

border-color css

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

 span { border-color: rgb(187,1,142); }

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