Html Css Color HEX #B707CB Deep Magenta

📋 copy color: '#B707CB'

red 183 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #B707CB

Tints of Deep Magenta #B707CB

RGB

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

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

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

R = 46.56%
G = 1.78%
B = 51.65%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B707CB (or 0xB707CB) is known color: Deep Magenta. HEX triplet: B7, 07 and CB. RGB value is (183,7,203). Sum of RGB (Red+Green+Blue) = 183+7+203=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #B707CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707CB is #48F834. Grayscale: #515151. Windows color (decimal): -4782133 or 13305783. OLE color: 13305783.

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

Color convert

RGB 183 7 203 -
CMYK 0.10 0.97 0 0.20
HSL 293.88º 0.93% 0.41% -
HSV(B) 293.88º 0.97% 0.8% -
XYZ 30.38 14.53 57.7 -
YUV 81.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 183 7 203 0.10 0.97 0 0.20 293.88 0.93 0.41
Hex B7 7 CB A 61 0 14 126 5D 29
Octal 267 7 313 12 141 0 24 446 135 51
Binary 10110111 111 11001011 1010 1100001 0 10100 100100110 1011101 101001

Color Harmonies of #B707CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B707CB

Black with #B707CB

Text Example


Text Example

White with #B707CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B707CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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