Html Css Color HEX #B618D7 Deep Magenta

📋 copy color: '#B618D7'

red 182 ◦ green 24 ◦ blue 215

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

Shades of Deep Magenta #B618D7

Tints of Deep Magenta #B618D7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.7%

 BLUE value IS 215 (84.38% from 255) = 51.07%

R = 43.23%
G = 5.7%
B = 51.07%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B618D7 (or 0xB618D7) is known color: Deep Magenta. HEX triplet: B6, 18 and D7. RGB value is (182,24,215). Sum of RGB (Red+Green+Blue) = 182+24+215=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #B618D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618D7 is #49E728. Grayscale: #5C5C5C. Windows color (decimal): -4843305 or 14096566. OLE color: 14096566.

HSL color Cylindrical-coordinate representation of color #B618D7: hue angle of 289.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B618D7 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 24 215 -
CMYK 0.15 0.89 0 0.16
HSL 289.63º 0.8% 0.47% -
HSV(B) 289.63º 0.89% 0.84% -
XYZ 31.88 15.5 65.6 -
YUV 93.02 196.85 191.47 -
System Red Green Blue C M Y K H S L
Decimal 182 24 215 0.15 0.89 0 0.16 289.63 0.8 0.47
Hex B6 18 D7 F 59 0 10 122 50 2F
Octal 266 30 327 17 131 0 20 442 120 57
Binary 10110110 11000 11010111 1111 1011001 0 10000 100100010 1010000 101111

Color Harmonies of #B618D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618D7

Black with #B618D7

Text Example


Text Example

White with #B618D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618D7; }

 p { color: rgb(182,24,215); }

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

background-color css

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

 a { background-color: rgb(182,24,215); }

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

border-color css

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

 span { border-color: rgb(182,24,215); }

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