Html Css Color HEX #B615CB Deep Magenta

📋 copy color: '#B615CB'

red 182 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #B615CB

Tints of Deep Magenta #B615CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

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

R = 44.83%
G = 5.17%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B615CB (or 0xB615CB) is known color: Deep Magenta. HEX triplet: B6, 15 and CB. RGB value is (182,21,203). Sum of RGB (Red+Green+Blue) = 182+21+203=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #B615CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615CB is #49EA34. Grayscale: #595959. Windows color (decimal): -4844085 or 13309366. OLE color: 13309366.

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

Color convert

RGB 182 21 203 -
CMYK 0.10 0.90 0 0.20
HSL 293.08º 0.81% 0.44% -
HSV(B) 293.08º 0.9% 0.8% -
XYZ 30.34 14.79 57.76 -
YUV 89.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 182 21 203 0.10 0.90 0 0.20 293.08 0.81 0.44
Hex B6 15 CB A 5A 0 14 125 51 2C
Octal 266 25 313 12 132 0 24 445 121 54
Binary 10110110 10101 11001011 1010 1011010 0 10100 100100101 1010001 101100

Color Harmonies of #B615CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615CB

Black with #B615CB

Text Example


Text Example

White with #B615CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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