Html Css Color HEX #BB018B Medium Violet Red

📋 copy color: '#BB018B'

red 187 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #BB018B

Tints of Medium Violet Red #BB018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 57.19%
G = 0.31%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB018B (or 0xBB018B) is known color: Medium Violet Red. HEX triplet: BB, 01 and 8B. RGB value is (187,1,139). Sum of RGB (Red+Green+Blue) = 187+1+139=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB018B is #44FE74. Grayscale: #474747. Windows color (decimal): -4521589 or 9109947. OLE color: 9109947.

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

Color convert

RGB 187 1 139 -
CMYK 0 0.99 0.26 0.27
HSL 315.48º 0.99% 0.37% -
HSV(B) 315.48º 0.99% 0.73% -
XYZ 25.16 12.45 25.5 -
YUV 72.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 187 1 139 0 0.99 0.26 0.27 315.48 0.99 0.37
Hex BB 1 8B 0 63 1A 1B 13B 63 25
Octal 273 1 213 0 143 32 33 473 143 45
Binary 10111011 1 10001011 0 1100011 11010 11011 100111011 1100011 100101

Color Harmonies of #BB018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB018B

Black with #BB018B

Text Example


Text Example

White with #BB018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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