Html Css Color HEX #BD08EC Electric Purple

📋 copy color: '#BD08EC'

red 189 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #BD08EC

Tints of Electric Purple #BD08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

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

R = 43.65%
G = 1.85%
B = 54.5%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD08EC (or 0xBD08EC) is known color: Electric Purple. HEX triplet: BD, 08 and EC. RGB value is (189,8,236). Sum of RGB (Red+Green+Blue) = 189+8+236=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD08EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD08EC is #42F713. Grayscale: #575757. Windows color (decimal): -4388628 or 15468733. OLE color: 15468733.

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

Color convert

RGB 189 8 236 -
CMYK 0.20 0.97 0 0.07
HSL 287.63º 0.93% 0.48% -
HSV(B) 287.63º 0.97% 0.93% -
XYZ 36.21 17.05 80.74 -
YUV 88.11 211.47 199.96 -
System Red Green Blue C M Y K H S L
Decimal 189 8 236 0.20 0.97 0 0.07 287.63 0.93 0.48
Hex BD 8 EC 14 61 0 7 120 5D 30
Octal 275 10 354 24 141 0 7 440 135 60
Binary 10111101 1000 11101100 10100 1100001 0 111 100100000 1011101 110000

Color Harmonies of #BD08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD08EC

Black with #BD08EC

Text Example


Text Example

White with #BD08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD08EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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