Html Css Color HEX #B708C1 Deep Magenta

📋 copy color: '#B708C1'

red 183 ◦ green 8 ◦ blue 193

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

Shades of Deep Magenta #B708C1

Tints of Deep Magenta #B708C1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.08%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 47.66%
G = 2.08%
B = 50.26%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B708C1 (or 0xB708C1) is known color: Deep Magenta. HEX triplet: B7, 08 and C1. RGB value is (183,8,193). Sum of RGB (Red+Green+Blue) = 183+8+193=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #B708C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708C1 is #48F73E. Grayscale: #505050. Windows color (decimal): -4781887 or 12650679. OLE color: 12650679.

HSL color Cylindrical-coordinate representation of color #B708C1: hue angle of 296.76º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708C1 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 8 193 -
CMYK 0.05 0.96 0 0.24
HSL 296.76º 0.92% 0.39% -
HSV(B) 296.76º 0.96% 0.76% -
XYZ 29.24 14.09 51.63 -
YUV 81.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 183 8 193 0.05 0.96 0 0.24 296.76 0.92 0.39
Hex B7 8 C1 5 60 0 18 129 5C 27
Octal 267 10 301 5 140 0 30 451 134 47
Binary 10110111 1000 11000001 101 1100000 0 11000 100101001 1011100 100111

Color Harmonies of #B708C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708C1

Black with #B708C1

Text Example


Text Example

White with #B708C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708C1; }

 p { color: rgb(183,8,193); }

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

background-color css

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

 a { background-color: rgb(183,8,193); }

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

border-color css

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

 span { border-color: rgb(183,8,193); }

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