Html Css Color HEX #BD09EC Electric Purple

📋 copy color: '#BD09EC'

red 189 ◦ green 9 ◦ blue 236

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

Shades of Electric Purple #BD09EC

Tints of Electric Purple #BD09EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 43.55%
G = 2.07%
B = 54.38%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD09EC (or 0xBD09EC) is known color: Electric Purple. HEX triplet: BD, 09 and EC. RGB value is (189,9,236). Sum of RGB (Red+Green+Blue) = 189+9+236=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD09EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD09EC is #42F613. Grayscale: #575757. Windows color (decimal): -4388372 or 15468989. OLE color: 15468989.

HSL color Cylindrical-coordinate representation of color #BD09EC: hue angle of 287.58º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09EC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 9 236 -
CMYK 0.20 0.96 0 0.07
HSL 287.58º 0.93% 0.48% -
HSV(B) 287.58º 0.96% 0.93% -
XYZ 36.22 17.07 80.74 -
YUV 88.7 211.13 199.54 -
System Red Green Blue C M Y K H S L
Decimal 189 9 236 0.20 0.96 0 0.07 287.58 0.93 0.48
Hex BD 9 EC 14 60 0 7 120 5D 30
Octal 275 11 354 24 140 0 7 440 135 60
Binary 10111101 1001 11101100 10100 1100000 0 111 100100000 1011101 110000

Color Harmonies of #BD09EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09EC

Black with #BD09EC

Text Example


Text Example

White with #BD09EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09EC; }

 p { color: rgb(189,9,236); }

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

background-color css

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

 a { background-color: rgb(189,9,236); }

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

border-color css

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

 span { border-color: rgb(189,9,236); }

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