Html Css Color HEX #B708C9 Deep Magenta

📋 copy color: '#B708C9'

red 183 ◦ green 8 ◦ blue 201

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

Shades of Deep Magenta #B708C9

Tints of Deep Magenta #B708C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 46.68%
G = 2.04%
B = 51.28%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B708C9 (or 0xB708C9) is known color: Deep Magenta. HEX triplet: B7, 08 and C9. RGB value is (183,8,201). Sum of RGB (Red+Green+Blue) = 183+8+201=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #B708C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708C9 is #48F736. Grayscale: #515151. Windows color (decimal): -4781879 or 13174967. OLE color: 13174967.

HSL color Cylindrical-coordinate representation of color #B708C9: hue angle of 294.4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708C9 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 8 201 -
CMYK 0.09 0.96 0 0.21
HSL 294.4º 0.92% 0.41% -
HSV(B) 294.4º 0.96% 0.79% -
XYZ 30.16 14.46 56.46 -
YUV 82.33 194.98 199.81 -
System Red Green Blue C M Y K H S L
Decimal 183 8 201 0.09 0.96 0 0.21 294.4 0.92 0.41
Hex B7 8 C9 9 60 0 15 126 5C 29
Octal 267 10 311 11 140 0 25 446 134 51
Binary 10110111 1000 11001001 1001 1100000 0 10101 100100110 1011100 101001

Color Harmonies of #B708C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708C9

Black with #B708C9

Text Example


Text Example

White with #B708C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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