Html Css Color HEX #B606D8 Deep Magenta

📋 copy color: '#B606D8'

red 182 ◦ green 6 ◦ blue 216

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

Shades of Deep Magenta #B606D8

Tints of Deep Magenta #B606D8

RGB

 RED value IS 182 (71.48% from 255) = 45.05%

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 216 (84.77% from 255) = 53.47%

R = 45.05%
G = 1.49%
B = 53.47%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B606D8 (or 0xB606D8) is known color: Deep Magenta. HEX triplet: B6, 06 and D8. RGB value is (182,6,216). Sum of RGB (Red+Green+Blue) = 182+6+216=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #B606D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B606D8 is #49F927. Grayscale: #515151. Windows color (decimal): -4847912 or 14157494. OLE color: 14157494.

HSL color Cylindrical-coordinate representation of color #B606D8: hue angle of 290.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B606D8 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 6 216 -
CMYK 0.16 0.97 0 0.15
HSL 290.29º 0.95% 0.44% -
HSV(B) 290.29º 0.97% 0.85% -
XYZ 31.75 15.03 66.19 -
YUV 82.56 203.31 198.92 -
System Red Green Blue C M Y K H S L
Decimal 182 6 216 0.16 0.97 0 0.15 290.29 0.95 0.44
Hex B6 6 D8 10 61 0 F 122 5F 2C
Octal 266 6 330 20 141 0 17 442 137 54
Binary 10110110 110 11011000 10000 1100001 0 1111 100100010 1011111 101100

Color Harmonies of #B606D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B606D8

Black with #B606D8

Text Example


Text Example

White with #B606D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B606D8; }

 p { color: rgb(182,6,216); }

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

background-color css

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

 a { background-color: rgb(182,6,216); }

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

border-color css

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

 span { border-color: rgb(182,6,216); }

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