Html Css Color HEX #B707CC Deep Magenta

📋 copy color: '#B707CC'

red 183 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #B707CC

Tints of Deep Magenta #B707CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.78%

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

R = 46.45%
G = 1.78%
B = 51.78%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B707CC (or 0xB707CC) is known color: Deep Magenta. HEX triplet: B7, 07 and CC. RGB value is (183,7,204). Sum of RGB (Red+Green+Blue) = 183+7+204=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #B707CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707CC is #48F833. Grayscale: #515151. Windows color (decimal): -4782132 or 13371319. OLE color: 13371319.

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

Color convert

RGB 183 7 204 -
CMYK 0.10 0.97 0 0.2
HSL 293.6º 0.93% 0.41% -
HSV(B) 293.6º 0.97% 0.8% -
XYZ 30.5 14.58 58.33 -
YUV 82.08 196.81 199.98 -
System Red Green Blue C M Y K H S L
Decimal 183 7 204 0.10 0.97 0 0.2 293.6 0.93 0.41
Hex B7 7 CC A 61 0 14 126 5D 29
Octal 267 7 314 12 141 0 24 446 135 51
Binary 10110111 111 11001100 1010 1100001 0 10100 100100110 1011101 101001

Color Harmonies of #B707CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B707CC

Black with #B707CC

Text Example


Text Example

White with #B707CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B707CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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