Html Css Color HEX #B710CB Deep Magenta

📋 copy color: '#B710CB'

red 183 ◦ green 16 ◦ blue 203

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

Shades of Deep Magenta #B710CB

Tints of Deep Magenta #B710CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.98%

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

R = 45.52%
G = 3.98%
B = 50.5%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B710CB (or 0xB710CB) is known color: Deep Magenta. HEX triplet: B7, 10 and CB. RGB value is (183,16,203). Sum of RGB (Red+Green+Blue) = 183+16+203=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #B710CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710CB is #48EF34. Grayscale: #565656. Windows color (decimal): -4779829 or 13308087. OLE color: 13308087.

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

Color convert

RGB 183 16 203 -
CMYK 0.10 0.92 0 0.20
HSL 293.58º 0.85% 0.43% -
HSV(B) 293.58º 0.92% 0.8% -
XYZ 30.49 14.75 57.74 -
YUV 87.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 183 16 203 0.10 0.92 0 0.20 293.58 0.85 0.43
Hex B7 10 CB A 5C 0 14 126 55 2B
Octal 267 20 313 12 134 0 24 446 125 53
Binary 10110111 10000 11001011 1010 1011100 0 10100 100100110 1010101 101011

Color Harmonies of #B710CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710CB

Black with #B710CB

Text Example


Text Example

White with #B710CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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