Html Css Color HEX #B006BD Deep Magenta

📋 copy color: '#B006BD'

red 176 ◦ green 6 ◦ blue 189

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

Shades of Deep Magenta #B006BD

Tints of Deep Magenta #B006BD

RGB

 RED value IS 176 (69.14% from 255) = 47.44%

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 47.44%
G = 1.62%
B = 50.94%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B006BD (or 0xB006BD) is known color: Deep Magenta. HEX triplet: B0, 06 and BD. RGB value is (176,6,189). Sum of RGB (Red+Green+Blue) = 176+6+189=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #B006BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006BD is #4FF942. Grayscale: #4D4D4D. Windows color (decimal): -5241155 or 12388016. OLE color: 12388016.

HSL color Cylindrical-coordinate representation of color #B006BD: hue angle of 295.74º degrees, saturation: 0.94, 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 #B006BD is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 6 189 -
CMYK 0.07 0.97 0 0.26
HSL 295.74º 0.94% 0.38% -
HSV(B) 295.74º 0.97% 0.74% -
XYZ 27.15 13.03 49.23 -
YUV 77.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 176 6 189 0.07 0.97 0 0.26 295.74 0.94 0.38
Hex B0 6 BD 7 61 0 1A 128 5E 26
Octal 260 6 275 7 141 0 32 450 136 46
Binary 10110000 110 10111101 111 1100001 0 11010 100101000 1011110 100110

Color Harmonies of #B006BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006BD

Black with #B006BD

Text Example


Text Example

White with #B006BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006BD; }

 p { color: rgb(176,6,189); }

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

background-color css

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

 a { background-color: rgb(176,6,189); }

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

border-color css

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

 span { border-color: rgb(176,6,189); }

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