Html Css Color HEX #BB05BC Deep Magenta

📋 copy color: '#BB05BC'

red 187 ◦ green 5 ◦ blue 188

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

Shades of Deep Magenta #BB05BC

Tints of Deep Magenta #BB05BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 49.21%
G = 1.32%
B = 49.47%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB05BC (or 0xBB05BC) is known color: Deep Magenta. HEX triplet: BB, 05 and BC. RGB value is (187,5,188). Sum of RGB (Red+Green+Blue) = 187+5+188=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB05BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05BC is #44FA43. Grayscale: #4F4F4F. Windows color (decimal): -4520516 or 12322235. OLE color: 12322235.

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

Color convert

RGB 187 5 188 -
CMYK 0.01 0.97 0 0.26
HSL 299.67º 0.95% 0.38% -
HSV(B) 299.67º 0.97% 0.74% -
XYZ 29.62 14.3 48.78 -
YUV 80.28 188.8 204.12 -
System Red Green Blue C M Y K H S L
Decimal 187 5 188 0.01 0.97 0 0.26 299.67 0.95 0.38
Hex BB 5 BC 1 61 0 1A 12C 5F 26
Octal 273 5 274 1 141 0 32 454 137 46
Binary 10111011 101 10111100 1 1100001 0 11010 100101100 1011111 100110

Color Harmonies of #BB05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05BC

Black with #BB05BC

Text Example


Text Example

White with #BB05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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