Html Css Color HEX #BD07EC Electric Purple

📋 copy color: '#BD07EC'

red 189 ◦ green 7 ◦ blue 236

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

Shades of Electric Purple #BD07EC

Tints of Electric Purple #BD07EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

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

R = 43.75%
G = 1.62%
B = 54.63%

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

#BD07EC (or 0xBD07EC) is known color: Electric Purple. HEX triplet: BD, 07 and EC. RGB value is (189,7,236). Sum of RGB (Red+Green+Blue) = 189+7+236=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD07EC is #42F813. Grayscale: #565656. Windows color (decimal): -4388884 or 15468477. OLE color: 15468477.

HSL color Cylindrical-coordinate representation of color #BD07EC: hue angle of 287.69º degrees, saturation: 0.94, 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 #BD07EC is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 7 236 -
CMYK 0.20 0.97 0 0.07
HSL 287.69º 0.94% 0.48% -
HSV(B) 287.69º 0.97% 0.93% -
XYZ 36.2 17.03 80.74 -
YUV 87.52 211.8 200.38 -
System Red Green Blue C M Y K H S L
Decimal 189 7 236 0.20 0.97 0 0.07 287.69 0.94 0.48
Hex BD 7 EC 14 61 0 7 120 5E 30
Octal 275 7 354 24 141 0 7 440 136 60
Binary 10111101 111 11101100 10100 1100001 0 111 100100000 1011110 110000

Color Harmonies of #BD07EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07EC

Black with #BD07EC

Text Example


Text Example

White with #BD07EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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