Html Css Color HEX #B619CB Deep Magenta

📋 copy color: '#B619CB'

red 182 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #B619CB

Tints of Deep Magenta #B619CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.1%

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

R = 44.39%
G = 6.1%
B = 49.51%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B619CB (or 0xB619CB) is known color: Deep Magenta. HEX triplet: B6, 19 and CB. RGB value is (182,25,203). Sum of RGB (Red+Green+Blue) = 182+25+203=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #B619CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619CB is #49E634. Grayscale: #5B5B5B. Windows color (decimal): -4843061 or 13310390. OLE color: 13310390.

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

Color convert

RGB 182 25 203 -
CMYK 0.10 0.88 0 0.20
HSL 292.92º 0.78% 0.45% -
HSV(B) 292.92º 0.88% 0.8% -
XYZ 30.42 14.95 57.78 -
YUV 92.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 182 25 203 0.10 0.88 0 0.20 292.92 0.78 0.45
Hex B6 19 CB A 58 0 14 125 4E 2D
Octal 266 31 313 12 130 0 24 445 116 55
Binary 10110110 11001 11001011 1010 1011000 0 10100 100100101 1001110 101101

Color Harmonies of #B619CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619CB

Black with #B619CB

Text Example


Text Example

White with #B619CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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