Html Css Color HEX #BB07BD Deep Magenta

📋 copy color: '#BB07BD'

red 187 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #BB07BD

Tints of Deep Magenta #BB07BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 48.83%
G = 1.83%
B = 49.35%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB07BD (or 0xBB07BD) is known color: Deep Magenta. HEX triplet: BB, 07 and BD. RGB value is (187,7,189). Sum of RGB (Red+Green+Blue) = 187+7+189=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB07BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07BD is #44F842. Grayscale: #515151. Windows color (decimal): -4520003 or 12388283. OLE color: 12388283.

HSL color Cylindrical-coordinate representation of color #BB07BD: hue angle of 299.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB07BD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 7 189 -
CMYK 0.01 0.96 0 0.26
HSL 299.34º 0.93% 0.38% -
HSV(B) 299.34º 0.96% 0.74% -
XYZ 29.75 14.39 49.35 -
YUV 81.57 188.63 203.2 -
System Red Green Blue C M Y K H S L
Decimal 187 7 189 0.01 0.96 0 0.26 299.34 0.93 0.38
Hex BB 7 BD 1 60 0 1A 12B 5D 26
Octal 273 7 275 1 140 0 32 453 135 46
Binary 10111011 111 10111101 1 1100000 0 11010 100101011 1011101 100110

Color Harmonies of #BB07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07BD

Black with #BB07BD

Text Example


Text Example

White with #BB07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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