Html Css Color HEX #B309CF Deep Magenta

📋 copy color: '#B309CF'

red 179 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #B309CF

Tints of Deep Magenta #B309CF

RGB

 RED value IS 179 (70.31% from 255) = 45.32%

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 45.32%
G = 2.28%
B = 52.41%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B309CF (or 0xB309CF) is known color: Deep Magenta. HEX triplet: B3, 09 and CF. RGB value is (179,9,207). Sum of RGB (Red+Green+Blue) = 179+9+207=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #B309CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309CF is #4CF630. Grayscale: #515151. Windows color (decimal): -5043761 or 13568435. OLE color: 13568435.

HSL color Cylindrical-coordinate representation of color #B309CF: hue angle of 291.52º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B309CF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 9 207 -
CMYK 0.14 0.96 0 0.19
HSL 291.52º 0.92% 0.42% -
HSV(B) 291.52º 0.96% 0.81% -
XYZ 29.95 14.28 60.21 -
YUV 82.4 198.32 196.9 -
System Red Green Blue C M Y K H S L
Decimal 179 9 207 0.14 0.96 0 0.19 291.52 0.92 0.42
Hex B3 9 CF E 60 0 13 124 5C 2A
Octal 263 11 317 16 140 0 23 444 134 52
Binary 10110011 1001 11001111 1110 1100000 0 10011 100100100 1011100 101010

Color Harmonies of #B309CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309CF

Black with #B309CF

Text Example


Text Example

White with #B309CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309CF; }

 p { color: rgb(179,9,207); }

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

background-color css

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

 a { background-color: rgb(179,9,207); }

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

border-color css

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

 span { border-color: rgb(179,9,207); }

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