Html Css Color HEX #B509C9 Deep Magenta

📋 copy color: '#B509C9'

red 181 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #B509C9

Tints of Deep Magenta #B509C9

RGB

 RED value IS 181 (71.09% from 255) = 46.29%

 GREEN value IS 9 (3.91% from 255) = 2.3%

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 46.29%
G = 2.3%
B = 51.41%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B509C9 (or 0xB509C9) is known color: Deep Magenta. HEX triplet: B5, 09 and C9. RGB value is (181,9,201). Sum of RGB (Red+Green+Blue) = 181+9+201=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #B509C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509C9 is #4AF636. Grayscale: #515151. Windows color (decimal): -4912695 or 13175221. OLE color: 13175221.

HSL color Cylindrical-coordinate representation of color #B509C9: hue angle of 293.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509C9 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 9 201 -
CMYK 0.10 0.96 0 0.21
HSL 293.75º 0.91% 0.41% -
HSV(B) 293.75º 0.96% 0.79% -
XYZ 29.7 14.24 56.44 -
YUV 82.32 194.98 198.39 -
System Red Green Blue C M Y K H S L
Decimal 181 9 201 0.10 0.96 0 0.21 293.75 0.91 0.41
Hex B5 9 C9 A 60 0 15 126 5B 29
Octal 265 11 311 12 140 0 25 446 133 51
Binary 10110101 1001 11001001 1010 1100000 0 10101 100100110 1011011 101001

Color Harmonies of #B509C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B509C9

Black with #B509C9

Text Example


Text Example

White with #B509C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B509C9; }

 p { color: rgb(181,9,201); }

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

background-color css

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

 a { background-color: rgb(181,9,201); }

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

border-color css

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

 span { border-color: rgb(181,9,201); }

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