Html Css Color HEX #B700CC Deep Magenta

📋 copy color: '#B700CC'

red 183 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #B700CC

Tints of Deep Magenta #B700CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.29%
G = 0%
B = 52.71%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B700CC (or 0xB700CC) is known color: Deep Magenta. HEX triplet: B7, 00 and CC. RGB value is (183,0,204). Sum of RGB (Red+Green+Blue) = 183+0+204=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #B700CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700CC is #48FF33. Grayscale: #4D4D4D. Windows color (decimal): -4783924 or 13369527. OLE color: 13369527.

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

Color convert

RGB 183 0 204 -
CMYK 0.10 1 0 0.2
HSL 293.82º 1% 0.4% -
HSV(B) 293.82º 1% 0.8% -
XYZ 30.43 14.43 58.31 -
YUV 77.97 199.13 202.91 -
System Red Green Blue C M Y K H S L
Decimal 183 0 204 0.10 1 0 0.2 293.82 1 0.4
Hex B7 0 CC A 64 0 14 126 64 28
Octal 267 0 314 12 144 0 24 446 144 50
Binary 10110111 0 11001100 1010 1100100 0 10100 100100110 1100100 101000

Color Harmonies of #B700CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700CC

Black with #B700CC

Text Example


Text Example

White with #B700CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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