Html Css Color HEX #B702CC Deep Magenta

📋 copy color: '#B702CC'

red 183 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #B702CC

Tints of Deep Magenta #B702CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 47.04%
G = 0.51%
B = 52.44%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B702CC (or 0xB702CC) is known color: Deep Magenta. HEX triplet: B7, 02 and CC. RGB value is (183,2,204). Sum of RGB (Red+Green+Blue) = 183+2+204=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #B702CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702CC is #48FD33. Grayscale: #4E4E4E. Windows color (decimal): -4783412 or 13370039. OLE color: 13370039.

HSL color Cylindrical-coordinate representation of color #B702CC: hue angle of 293.76º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702CC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 2 204 -
CMYK 0.10 0.99 0 0.2
HSL 293.76º 0.98% 0.4% -
HSV(B) 293.76º 0.99% 0.8% -
XYZ 30.45 14.47 58.31 -
YUV 79.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 183 2 204 0.10 0.99 0 0.2 293.76 0.98 0.4
Hex B7 2 CC A 63 0 14 126 62 28
Octal 267 2 314 12 143 0 24 446 142 50
Binary 10110111 10 11001100 1010 1100011 0 10100 100100110 1100010 101000

Color Harmonies of #B702CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B702CC

Black with #B702CC

Text Example


Text Example

White with #B702CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B702CC; }

 p { color: rgb(183,2,204); }

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

background-color css

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

 a { background-color: rgb(183,2,204); }

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

border-color css

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

 span { border-color: rgb(183,2,204); }

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