Html Css Color HEX #B708BA Deep Magenta

📋 copy color: '#B708BA'

red 183 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #B708BA

Tints of Deep Magenta #B708BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 48.54%
G = 2.12%
B = 49.34%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B708BA (or 0xB708BA) is known color: Deep Magenta. HEX triplet: B7, 08 and BA. RGB value is (183,8,186). Sum of RGB (Red+Green+Blue) = 183+8+186=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #B708BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708BA is #48F745. Grayscale: #505050. Windows color (decimal): -4781894 or 12191927. OLE color: 12191927.

HSL color Cylindrical-coordinate representation of color #B708BA: hue angle of 298.99º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708BA is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 8 186 -
CMYK 0.02 0.96 0 0.27
HSL 298.99º 0.92% 0.38% -
HSV(B) 298.99º 0.96% 0.73% -
XYZ 28.48 13.79 47.61 -
YUV 80.62 187.48 201.03 -
System Red Green Blue C M Y K H S L
Decimal 183 8 186 0.02 0.96 0 0.27 298.99 0.92 0.38
Hex B7 8 BA 2 60 0 1B 12B 5C 26
Octal 267 10 272 2 140 0 33 453 134 46
Binary 10110111 1000 10111010 10 1100000 0 11011 100101011 1011100 100110

Color Harmonies of #B708BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708BA

Black with #B708BA

Text Example


Text Example

White with #B708BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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