Html Css Color HEX #BB07DA Deep Magenta

📋 copy color: '#BB07DA'

red 187 ◦ green 7 ◦ blue 218

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

Shades of Deep Magenta #BB07DA

Tints of Deep Magenta #BB07DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 45.39%
G = 1.7%
B = 52.91%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB07DA (or 0xBB07DA) is known color: Deep Magenta. HEX triplet: BB, 07 and DA. RGB value is (187,7,218). Sum of RGB (Red+Green+Blue) = 187+7+218=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB07DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07DA is #44F825. Grayscale: #545454. Windows color (decimal): -4519974 or 14288827. OLE color: 14288827.

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

Color convert

RGB 187 7 218 -
CMYK 0.14 0.97 0 0.15
HSL 291.18º 0.94% 0.44% -
HSV(B) 291.18º 0.97% 0.85% -
XYZ 33.22 15.78 67.62 -
YUV 84.87 203.13 200.84 -
System Red Green Blue C M Y K H S L
Decimal 187 7 218 0.14 0.97 0 0.15 291.18 0.94 0.44
Hex BB 7 DA E 61 0 F 123 5E 2C
Octal 273 7 332 16 141 0 17 443 136 54
Binary 10111011 111 11011010 1110 1100001 0 1111 100100011 1011110 101100

Color Harmonies of #BB07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07DA

Black with #BB07DA

Text Example


Text Example

White with #BB07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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