Html Css Color HEX #BB07DD Deep Magenta

📋 copy color: '#BB07DD'

red 187 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #BB07DD

Tints of Deep Magenta #BB07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 45.06%
G = 1.69%
B = 53.25%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB07DD (or 0xBB07DD) is known color: Deep Magenta. HEX triplet: BB, 07 and DD. RGB value is (187,7,221). Sum of RGB (Red+Green+Blue) = 187+7+221=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07DD is #44F822. Grayscale: #545454. Windows color (decimal): -4519971 or 14485435. OLE color: 14485435.

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

Color convert

RGB 187 7 221 -
CMYK 0.15 0.97 0 0.13
HSL 290.47º 0.94% 0.45% -
HSV(B) 290.47º 0.97% 0.87% -
XYZ 33.62 15.94 69.71 -
YUV 85.22 204.63 200.6 -
System Red Green Blue C M Y K H S L
Decimal 187 7 221 0.15 0.97 0 0.13 290.47 0.94 0.45
Hex BB 7 DD F 61 0 D 122 5E 2D
Octal 273 7 335 17 141 0 15 442 136 55
Binary 10111011 111 11011101 1111 1100001 0 1101 100100010 1011110 101101

Color Harmonies of #BB07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07DD

Black with #BB07DD

Text Example


Text Example

White with #BB07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07DD; }

 p { color: rgb(187,7,221); }

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

background-color css

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

 a { background-color: rgb(187,7,221); }

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

border-color css

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

 span { border-color: rgb(187,7,221); }

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