Html Css Color HEX #B708BB Deep Magenta

📋 copy color: '#B708BB'

red 183 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #B708BB

Tints of Deep Magenta #B708BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 48.41%
G = 2.12%
B = 49.47%

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

#B708BB (or 0xB708BB) is known color: Deep Magenta. HEX triplet: B7, 08 and BB. RGB value is (183,8,187). Sum of RGB (Red+Green+Blue) = 183+8+187=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #B708BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708BB is #48F744. Grayscale: #505050. Windows color (decimal): -4781893 or 12257463. OLE color: 12257463.

HSL color Cylindrical-coordinate representation of color #B708BB: hue angle of 298.66º 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 #B708BB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 8 187 -
CMYK 0.02 0.96 0 0.27
HSL 298.66º 0.92% 0.38% -
HSV(B) 298.66º 0.96% 0.73% -
XYZ 28.58 13.83 48.18 -
YUV 80.73 187.98 200.95 -
System Red Green Blue C M Y K H S L
Decimal 183 8 187 0.02 0.96 0 0.27 298.66 0.92 0.38
Hex B7 8 BB 2 60 0 1B 12B 5C 26
Octal 267 10 273 2 140 0 33 453 134 46
Binary 10110111 1000 10111011 10 1100000 0 11011 100101011 1011100 100110

Color Harmonies of #B708BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708BB

Black with #B708BB

Text Example


Text Example

White with #B708BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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