Html Css Color HEX #BD18C4 Deep Magenta

📋 copy color: '#BD18C4'

red 189 ◦ green 24 ◦ blue 196

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

Shades of Deep Magenta #BD18C4

Tints of Deep Magenta #BD18C4

RGB

 RED value IS 189 (74.22% from 255) = 46.21%

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

 BLUE value IS 196 (76.95% from 255) = 47.92%

R = 46.21%
G = 5.87%
B = 47.92%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD18C4 (or 0xBD18C4) is known color: Deep Magenta. HEX triplet: BD, 18 and C4. RGB value is (189,24,196). Sum of RGB (Red+Green+Blue) = 189+24+196=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD18C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18C4 is #42E73B. Grayscale: #5C5C5C. Windows color (decimal): -4384572 or 12851389. OLE color: 12851389.

HSL color Cylindrical-coordinate representation of color #BD18C4: hue angle of 297.56º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD18C4 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 24 196 -
CMYK 0.04 0.88 0 0.23
HSL 297.56º 0.78% 0.43% -
HSV(B) 297.56º 0.88% 0.77% -
XYZ 31.28 15.46 53.56 -
YUV 92.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 189 24 196 0.04 0.88 0 0.23 297.56 0.78 0.43
Hex BD 18 C4 4 58 0 17 12A 4E 2B
Octal 275 30 304 4 130 0 27 452 116 53
Binary 10111101 11000 11000100 100 1011000 0 10111 100101010 1001110 101011

Color Harmonies of #BD18C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18C4

Black with #BD18C4

Text Example


Text Example

White with #BD18C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18C4; }

 p { color: rgb(189,24,196); }

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

background-color css

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

 a { background-color: rgb(189,24,196); }

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

border-color css

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

 span { border-color: rgb(189,24,196); }

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