Html Css Color HEX #B608C7 Deep Magenta

📋 copy color: '#B608C7'

red 182 ◦ green 8 ◦ blue 199

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

Shades of Deep Magenta #B608C7

Tints of Deep Magenta #B608C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.16%

R = 46.79%
G = 2.06%
B = 51.16%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B608C7 (or 0xB608C7) is known color: Deep Magenta. HEX triplet: B6, 08 and C7. RGB value is (182,8,199). Sum of RGB (Red+Green+Blue) = 182+8+199=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #B608C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608C7 is #49F738. Grayscale: #515151. Windows color (decimal): -4847417 or 13043894. OLE color: 13043894.

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

Color convert

RGB 182 8 199 -
CMYK 0.09 0.96 0 0.22
HSL 294.66º 0.92% 0.41% -
HSV(B) 294.66º 0.96% 0.78% -
XYZ 29.69 14.24 55.22 -
YUV 81.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 182 8 199 0.09 0.96 0 0.22 294.66 0.92 0.41
Hex B6 8 C7 9 60 0 16 127 5C 29
Octal 266 10 307 11 140 0 26 447 134 51
Binary 10110110 1000 11000111 1001 1100000 0 10110 100100111 1011100 101001

Color Harmonies of #B608C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608C7

Black with #B608C7

Text Example


Text Example

White with #B608C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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