Html Css Color HEX #B007CE Deep Magenta

📋 copy color: '#B007CE'

red 176 ◦ green 7 ◦ blue 206

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

Shades of Deep Magenta #B007CE

Tints of Deep Magenta #B007CE

RGB

 RED value IS 176 (69.14% from 255) = 45.24%

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 45.24%
G = 1.8%
B = 52.96%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B007CE (or 0xB007CE) is known color: Deep Magenta. HEX triplet: B0, 07 and CE. RGB value is (176,7,206). Sum of RGB (Red+Green+Blue) = 176+7+206=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #B007CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007CE is #4FF831. Grayscale: #4F4F4F. Windows color (decimal): -5240882 or 13502384. OLE color: 13502384.

HSL color Cylindrical-coordinate representation of color #B007CE: hue angle of 290.95º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007CE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 7 206 -
CMYK 0.15 0.97 0 0.19
HSL 290.95º 0.93% 0.42% -
HSV(B) 290.95º 0.97% 0.81% -
XYZ 29.12 13.84 59.53 -
YUV 80.22 198.99 196.32 -
System Red Green Blue C M Y K H S L
Decimal 176 7 206 0.15 0.97 0 0.19 290.95 0.93 0.42
Hex B0 7 CE F 61 0 13 123 5D 2A
Octal 260 7 316 17 141 0 23 443 135 52
Binary 10110000 111 11001110 1111 1100001 0 10011 100100011 1011101 101010

Color Harmonies of #B007CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007CE

Black with #B007CE

Text Example


Text Example

White with #B007CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007CE; }

 p { color: rgb(176,7,206); }

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

background-color css

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

 a { background-color: rgb(176,7,206); }

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

border-color css

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

 span { border-color: rgb(176,7,206); }

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