Html Css Color HEX #B107CC Deep Magenta

📋 copy color: '#B107CC'

red 177 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #B107CC

Tints of Deep Magenta #B107CC

RGB

 RED value IS 177 (69.53% from 255) = 45.62%

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

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

R = 45.62%
G = 1.8%
B = 52.58%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B107CC (or 0xB107CC) is known color: Deep Magenta. HEX triplet: B1, 07 and CC. RGB value is (177,7,204). Sum of RGB (Red+Green+Blue) = 177+7+204=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #B107CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107CC is #4EF833. Grayscale: #4F4F4F. Windows color (decimal): -5175348 or 13371313. OLE color: 13371313.

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

Color convert

RGB 177 7 204 -
CMYK 0.13 0.97 0 0.2
HSL 291.78º 0.93% 0.41% -
HSV(B) 291.78º 0.97% 0.8% -
XYZ 29.11 13.86 58.27 -
YUV 80.29 197.82 196.98 -
System Red Green Blue C M Y K H S L
Decimal 177 7 204 0.13 0.97 0 0.2 291.78 0.93 0.41
Hex B1 7 CC D 61 0 14 124 5D 29
Octal 261 7 314 15 141 0 24 444 135 51
Binary 10110001 111 11001100 1101 1100001 0 10100 100100100 1011101 101001

Color Harmonies of #B107CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107CC

Black with #B107CC

Text Example


Text Example

White with #B107CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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