Html Css Color HEX #BB019C Medium Violet Red

📋 copy color: '#BB019C'

red 187 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #BB019C

Tints of Medium Violet Red #BB019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 54.36%
G = 0.29%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB019C (or 0xBB019C) is known color: Medium Violet Red. HEX triplet: BB, 01 and 9C. RGB value is (187,1,156). Sum of RGB (Red+Green+Blue) = 187+1+156=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB019C is #44FE63. Grayscale: #494949. Windows color (decimal): -4521572 or 10224059. OLE color: 10224059.

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

Color convert

RGB 187 1 156 -
CMYK 0 0.99 0.17 0.27
HSL 310º 0.99% 0.37% -
HSV(B) 310º 0.99% 0.73% -
XYZ 26.51 12.99 32.56 -
YUV 74.28 174.12 208.4 -
System Red Green Blue C M Y K H S L
Decimal 187 1 156 0 0.99 0.17 0.27 310 0.99 0.37
Hex BB 1 9C 0 63 11 1B 136 63 25
Octal 273 1 234 0 143 21 33 466 143 45
Binary 10111011 1 10011100 0 1100011 10001 11011 100110110 1100011 100101

Color Harmonies of #BB019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB019C

Black with #BB019C

Text Example


Text Example

White with #BB019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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