Html Css Color HEX #BB05CF Deep Magenta

📋 copy color: '#BB05CF'

red 187 ◦ green 5 ◦ blue 207

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

Shades of Deep Magenta #BB05CF

Tints of Deep Magenta #BB05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 46.87%
G = 1.25%
B = 51.88%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB05CF (or 0xBB05CF) is known color: Deep Magenta. HEX triplet: BB, 05 and CF. RGB value is (187,5,207). Sum of RGB (Red+Green+Blue) = 187+5+207=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB05CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05CF is #44FA30. Grayscale: #515151. Windows color (decimal): -4520497 or 13567419. OLE color: 13567419.

HSL color Cylindrical-coordinate representation of color #BB05CF: hue angle of 294.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB05CF is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 5 207 -
CMYK 0.10 0.98 0 0.19
HSL 294.06º 0.95% 0.42% -
HSV(B) 294.06º 0.98% 0.81% -
XYZ 31.81 15.18 60.28 -
YUV 82.45 198.3 202.57 -
System Red Green Blue C M Y K H S L
Decimal 187 5 207 0.10 0.98 0 0.19 294.06 0.95 0.42
Hex BB 5 CF A 62 0 13 126 5F 2A
Octal 273 5 317 12 142 0 23 446 137 52
Binary 10111011 101 11001111 1010 1100010 0 10011 100100110 1011111 101010

Color Harmonies of #BB05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05CF

Black with #BB05CF

Text Example


Text Example

White with #BB05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05CF; }

 p { color: rgb(187,5,207); }

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

background-color css

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

 a { background-color: rgb(187,5,207); }

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

border-color css

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

 span { border-color: rgb(187,5,207); }

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