Html Css Color HEX #B601CB Deep Magenta

📋 copy color: '#B601CB'

red 182 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #B601CB

Tints of Deep Magenta #B601CB

RGB

 RED value IS 182 (71.48% from 255) = 47.15%

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 47.15%
G = 0.26%
B = 52.59%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B601CB (or 0xB601CB) is known color: Deep Magenta. HEX triplet: B6, 01 and CB. RGB value is (182,1,203). Sum of RGB (Red+Green+Blue) = 182+1+203=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #B601CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601CB is #49FE34. Grayscale: #4D4D4D. Windows color (decimal): -4849205 or 13304246. OLE color: 13304246.

HSL color Cylindrical-coordinate representation of color #B601CB: hue angle of 293.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601CB is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 1 203 -
CMYK 0.10 1.00 0 0.20
HSL 293.76º 0.99% 0.4% -
HSV(B) 293.76º 1% 0.8% -
XYZ 30.08 14.28 57.67 -
YUV 78.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 182 1 203 0.10 1.00 0 0.20 293.76 0.99 0.4
Hex B6 1 CB A 64 0 14 126 63 28
Octal 266 1 313 12 144 0 24 446 143 50
Binary 10110110 1 11001011 1010 1100100 0 10100 100100110 1100011 101000

Color Harmonies of #B601CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601CB

Black with #B601CB

Text Example


Text Example

White with #B601CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601CB; }

 p { color: rgb(182,1,203); }

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

background-color css

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

 a { background-color: rgb(182,1,203); }

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

border-color css

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

 span { border-color: rgb(182,1,203); }

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