Html Css Color HEX #B600CB Deep Magenta

📋 copy color: '#B600CB'

red 182 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #B600CB

Tints of Deep Magenta #B600CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.27%
G = 0%
B = 52.73%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B600CB (or 0xB600CB) is known color: Deep Magenta. HEX triplet: B6, 00 and CB. RGB value is (182,0,203). Sum of RGB (Red+Green+Blue) = 182+0+203=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #B600CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600CB is #49FF34. Grayscale: #4C4C4C. Windows color (decimal): -4849461 or 13303990. OLE color: 13303990.

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

Color convert

RGB 182 0 203 -
CMYK 0.10 1 0 0.20
HSL 293.79º 1% 0.4% -
HSV(B) 293.79º 1% 0.8% -
XYZ 30.07 14.26 57.67 -
YUV 77.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 182 0 203 0.10 1 0 0.20 293.79 1 0.4
Hex B6 0 CB A 64 0 14 126 64 28
Octal 266 0 313 12 144 0 24 446 144 50
Binary 10110110 0 11001011 1010 1100100 0 10100 100100110 1100100 101000

Color Harmonies of #B600CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600CB

Black with #B600CB

Text Example


Text Example

White with #B600CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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