Html Css Color HEX #B006CA Deep Magenta

📋 copy color: '#B006CA'

red 176 ◦ green 6 ◦ blue 202

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

Shades of Deep Magenta #B006CA

Tints of Deep Magenta #B006CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 45.83%
G = 1.56%
B = 52.6%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B006CA (or 0xB006CA) is known color: Deep Magenta. HEX triplet: B0, 06 and CA. RGB value is (176,6,202). Sum of RGB (Red+Green+Blue) = 176+6+202=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #B006CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006CA is #4FF935. Grayscale: #4E4E4E. Windows color (decimal): -5241142 or 13239984. OLE color: 13239984.

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

Color convert

RGB 176 6 202 -
CMYK 0.13 0.97 0 0.21
HSL 292.04º 0.94% 0.41% -
HSV(B) 292.04º 0.97% 0.79% -
XYZ 28.63 13.62 57 -
YUV 79.17 197.32 197.06 -
System Red Green Blue C M Y K H S L
Decimal 176 6 202 0.13 0.97 0 0.21 292.04 0.94 0.41
Hex B0 6 CA D 61 0 15 124 5E 29
Octal 260 6 312 15 141 0 25 444 136 51
Binary 10110000 110 11001010 1101 1100001 0 10101 100100100 1011110 101001

Color Harmonies of #B006CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006CA

Black with #B006CA

Text Example


Text Example

White with #B006CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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