Html Css Color HEX #B613CB Deep Magenta

📋 copy color: '#B613CB'

red 182 ◦ green 19 ◦ blue 203

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

Shades of Deep Magenta #B613CB

Tints of Deep Magenta #B613CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.7%

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

R = 45.05%
G = 4.7%
B = 50.25%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B613CB (or 0xB613CB) is known color: Deep Magenta. HEX triplet: B6, 13 and CB. RGB value is (182,19,203). Sum of RGB (Red+Green+Blue) = 182+19+203=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #B613CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613CB is #49EC34. Grayscale: #585858. Windows color (decimal): -4844597 or 13308854. OLE color: 13308854.

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

Color convert

RGB 182 19 203 -
CMYK 0.10 0.91 0 0.20
HSL 293.15º 0.83% 0.44% -
HSV(B) 293.15º 0.91% 0.8% -
XYZ 30.3 14.72 57.74 -
YUV 88.71 192.5 194.54 -
System Red Green Blue C M Y K H S L
Decimal 182 19 203 0.10 0.91 0 0.20 293.15 0.83 0.44
Hex B6 13 CB A 5B 0 14 125 53 2C
Octal 266 23 313 12 133 0 24 445 123 54
Binary 10110110 10011 11001011 1010 1011011 0 10100 100100101 1010011 101100

Color Harmonies of #B613CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613CB

Black with #B613CB

Text Example


Text Example

White with #B613CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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