Html Css Color HEX #BB03DF Deep Magenta

📋 copy color: '#BB03DF'

red 187 ◦ green 3 ◦ blue 223

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

Shades of Deep Magenta #BB03DF

Tints of Deep Magenta #BB03DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 223 (87.5% from 255) = 54%

R = 45.28%
G = 0.73%
B = 54%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB03DF (or 0xBB03DF) is known color: Deep Magenta. HEX triplet: BB, 03 and DF. RGB value is (187,3,223). Sum of RGB (Red+Green+Blue) = 187+3+223=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03DF is #44FC20. Grayscale: #525252. Windows color (decimal): -4520993 or 14615483. OLE color: 14615483.

HSL color Cylindrical-coordinate representation of color #BB03DF: hue angle of 290.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03DF is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 3 223 -
CMYK 0.16 0.99 0 0.13
HSL 290.18º 0.97% 0.44% -
HSV(B) 290.18º 0.99% 0.87% -
XYZ 33.85 15.96 71.11 -
YUV 83.1 206.96 202.11 -
System Red Green Blue C M Y K H S L
Decimal 187 3 223 0.16 0.99 0 0.13 290.18 0.97 0.44
Hex BB 3 DF 10 63 0 D 122 61 2C
Octal 273 3 337 20 143 0 15 442 141 54
Binary 10111011 11 11011111 10000 1100011 0 1101 100100010 1100001 101100

Color Harmonies of #BB03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03DF

Black with #BB03DF

Text Example


Text Example

White with #BB03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03DF; }

 p { color: rgb(187,3,223); }

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

background-color css

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

 a { background-color: rgb(187,3,223); }

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

border-color css

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

 span { border-color: rgb(187,3,223); }

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