Html Css Color HEX #BB018C Medium Violet Red

📋 copy color: '#BB018C'

red 187 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #BB018C

Tints of Medium Violet Red #BB018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 57.01%
G = 0.3%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB018C (or 0xBB018C) is known color: Medium Violet Red. HEX triplet: BB, 01 and 8C. RGB value is (187,1,140). Sum of RGB (Red+Green+Blue) = 187+1+140=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB018C is #44FE73. Grayscale: #484848. Windows color (decimal): -4521588 or 9175483. OLE color: 9175483.

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

Color convert

RGB 187 1 140 -
CMYK 0 0.99 0.25 0.27
HSL 315.16º 0.99% 0.37% -
HSV(B) 315.16º 0.99% 0.73% -
XYZ 25.24 12.48 25.89 -
YUV 72.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 187 1 140 0 0.99 0.25 0.27 315.16 0.99 0.37
Hex BB 1 8C 0 63 19 1B 13B 63 25
Octal 273 1 214 0 143 31 33 473 143 45
Binary 10111011 1 10001100 0 1100011 11001 11011 100111011 1100011 100101

Color Harmonies of #BB018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB018C

Black with #BB018C

Text Example


Text Example

White with #BB018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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