Html Css Color HEX #B608BD Deep Magenta

📋 copy color: '#B608BD'

red 182 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #B608BD

Tints of Deep Magenta #B608BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 48.02%
G = 2.11%
B = 49.87%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B608BD (or 0xB608BD) is known color: Deep Magenta. HEX triplet: B6, 08 and BD. RGB value is (182,8,189). Sum of RGB (Red+Green+Blue) = 182+8+189=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #B608BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608BD is #49F742. Grayscale: #505050. Windows color (decimal): -4847427 or 12388534. OLE color: 12388534.

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

Color convert

RGB 182 8 189 -
CMYK 0.04 0.96 0 0.26
HSL 297.68º 0.92% 0.39% -
HSV(B) 297.68º 0.96% 0.74% -
XYZ 28.56 13.79 49.3 -
YUV 80.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 182 8 189 0.04 0.96 0 0.26 297.68 0.92 0.39
Hex B6 8 BD 4 60 0 1A 12A 5C 27
Octal 266 10 275 4 140 0 32 452 134 47
Binary 10110110 1000 10111101 100 1100000 0 11010 100101010 1011100 100111

Color Harmonies of #B608BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608BD

Black with #B608BD

Text Example


Text Example

White with #B608BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608BD; }

 p { color: rgb(182,8,189); }

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

background-color css

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

 a { background-color: rgb(182,8,189); }

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

border-color css

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

 span { border-color: rgb(182,8,189); }

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