Html Css Color HEX #B618CF Deep Magenta

📋 copy color: '#B618CF'

red 182 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #B618CF

Tints of Deep Magenta #B618CF

RGB

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

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

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

R = 44.07%
G = 5.81%
B = 50.12%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B618CF (or 0xB618CF) is known color: Deep Magenta. HEX triplet: B6, 18 and CF. RGB value is (182,24,207). Sum of RGB (Red+Green+Blue) = 182+24+207=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B618CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618CF is #49E730. Grayscale: #5B5B5B. Windows color (decimal): -4843313 or 13572278. OLE color: 13572278.

HSL color Cylindrical-coordinate representation of color #B618CF: hue angle of 291.8º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B618CF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 24 207 -
CMYK 0.12 0.88 0 0.19
HSL 291.8º 0.79% 0.45% -
HSV(B) 291.8º 0.88% 0.81% -
XYZ 30.88 15.1 60.32 -
YUV 92.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 182 24 207 0.12 0.88 0 0.19 291.8 0.79 0.45
Hex B6 18 CF C 58 0 13 124 4F 2D
Octal 266 30 317 14 130 0 23 444 117 55
Binary 10110110 11000 11001111 1100 1011000 0 10011 100100100 1001111 101101

Color Harmonies of #B618CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618CF

Black with #B618CF

Text Example


Text Example

White with #B618CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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