Html Css Color HEX #BD07ED Electric Purple

📋 copy color: '#BD07ED'

red 189 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #BD07ED

Tints of Electric Purple #BD07ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 43.65%
G = 1.62%
B = 54.73%

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

#BD07ED (or 0xBD07ED) is known color: Electric Purple. HEX triplet: BD, 07 and ED. RGB value is (189,7,237). Sum of RGB (Red+Green+Blue) = 189+7+237=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD07ED is #42F812. Grayscale: #565656. Windows color (decimal): -4388883 or 15534013. OLE color: 15534013.

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

Color convert

RGB 189 7 237 -
CMYK 0.20 0.97 0 0.07
HSL 287.48º 0.94% 0.48% -
HSV(B) 287.48º 0.97% 0.93% -
XYZ 36.35 17.09 81.5 -
YUV 87.64 212.3 200.3 -
System Red Green Blue C M Y K H S L
Decimal 189 7 237 0.20 0.97 0 0.07 287.48 0.94 0.48
Hex BD 7 ED 14 61 0 7 11F 5E 30
Octal 275 7 355 24 141 0 7 437 136 60
Binary 10111101 111 11101101 10100 1100001 0 111 100011111 1011110 110000

Color Harmonies of #BD07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07ED

Black with #BD07ED

Text Example


Text Example

White with #BD07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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