Html Css Color HEX #B608AF Deep Magenta

📋 copy color: '#B608AF'

red 182 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #B608AF

Tints of Deep Magenta #B608AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 49.86%
G = 2.19%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B608AF (or 0xB608AF) is known color: Deep Magenta. HEX triplet: B6, 08 and AF. RGB value is (182,8,175). Sum of RGB (Red+Green+Blue) = 182+8+175=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B608AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B608AF is #49F750. Grayscale: #4E4E4E. Windows color (decimal): -4847441 or 11471030. OLE color: 11471030.

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

Color convert

RGB 182 8 175 -
CMYK 0 0.96 0.04 0.29
HSL 302.41º 0.92% 0.37% -
HSV(B) 302.41º 0.96% 0.71% -
XYZ 27.12 13.21 41.68 -
YUV 79.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 182 8 175 0 0.96 0.04 0.29 302.41 0.92 0.37
Hex B6 8 AF 0 60 4 1D 12E 5C 25
Octal 266 10 257 0 140 4 35 456 134 45
Binary 10110110 1000 10101111 0 1100000 100 11101 100101110 1011100 100101

Color Harmonies of #B608AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608AF

Black with #B608AF

Text Example


Text Example

White with #B608AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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