Html Css Color HEX #B718CB Deep Magenta

📋 copy color: '#B718CB'

red 183 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #B718CB

Tints of Deep Magenta #B718CB

RGB

 RED value IS 183 (71.88% from 255) = 44.63%

 GREEN value IS 24 (9.77% from 255) = 5.85%

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

R = 44.63%
G = 5.85%
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

#B718CB (or 0xB718CB) is known color: Deep Magenta. HEX triplet: B7, 18 and CB. RGB value is (183,24,203). Sum of RGB (Red+Green+Blue) = 183+24+203=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 24 (9.77% from 255 or 5.85% 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 #B718CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718CB is #48E734. Grayscale: #5B5B5B. Windows color (decimal): -4777781 or 13310135. OLE color: 13310135.

HSL color Cylindrical-coordinate representation of color #B718CB: hue angle of 293.3º degrees, saturation: 0.79, 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 #B718CB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 24 203 -
CMYK 0.10 0.88 0 0.20
HSL 293.3º 0.79% 0.45% -
HSV(B) 293.3º 0.88% 0.8% -
XYZ 30.63 15.03 57.79 -
YUV 91.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 183 24 203 0.10 0.88 0 0.20 293.3 0.79 0.45
Hex B7 18 CB A 58 0 14 125 4F 2D
Octal 267 30 313 12 130 0 24 445 117 55
Binary 10110111 11000 11001011 1010 1011000 0 10100 100100101 1001111 101101

Color Harmonies of #B718CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718CB

Black with #B718CB

Text Example


Text Example

White with #B718CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718CB; }

 p { color: rgb(183,24,203); }

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

background-color css

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

 a { background-color: rgb(183,24,203); }

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

border-color css

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

 span { border-color: rgb(183,24,203); }

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