Html Css Color HEX #BB1DA8 Medium Violet Red

📋 copy color: '#BB1DA8'

red 187 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #BB1DA8

Tints of Medium Violet Red #BB1DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

 BLUE value IS 168 (66.02% from 255) = 43.75%

R = 48.7%
G = 7.55%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB1DA8 (or 0xBB1DA8) is known color: Medium Violet Red. HEX triplet: BB, 1D and A8. RGB value is (187,29,168). Sum of RGB (Red+Green+Blue) = 187+29+168=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DA8 is #44E257. Grayscale: #5B5B5B. Windows color (decimal): -4514392 or 11017659. OLE color: 11017659.

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

Color convert

RGB 187 29 168 -
CMYK 0 0.84 0.10 0.27
HSL 307.22º 0.73% 0.42% -
HSV(B) 307.22º 0.84% 0.73% -
XYZ 28 14.27 38.32 -
YUV 92.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 187 29 168 0 0.84 0.10 0.27 307.22 0.73 0.42
Hex BB 1D A8 0 54 A 1B 133 49 2A
Octal 273 35 250 0 124 12 33 463 111 52
Binary 10111011 11101 10101000 0 1010100 1010 11011 100110011 1001001 101010

Color Harmonies of #BB1DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DA8

Black with #BB1DA8

Text Example


Text Example

White with #BB1DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DA8; }

 p { color: rgb(187,29,168); }

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

background-color css

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

 a { background-color: rgb(187,29,168); }

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

border-color css

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

 span { border-color: rgb(187,29,168); }

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