Html Css Color HEX #BD1EF7 Electric Purple

📋 copy color: '#BD1EF7'

red 189 ◦ green 30 ◦ blue 247

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

Shades of Electric Purple #BD1EF7

Tints of Electric Purple #BD1EF7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.44%

 BLUE value IS 247 (96.88% from 255) = 53%

R = 40.56%
G = 6.44%
B = 53%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD1EF7 (or 0xBD1EF7) is known color: Electric Purple. HEX triplet: BD, 1E and F7. RGB value is (189,30,247). Sum of RGB (Red+Green+Blue) = 189+30+247=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD1EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1EF7 is #42E108. Grayscale: #656565. Windows color (decimal): -4382985 or 16195261. OLE color: 16195261.

HSL color Cylindrical-coordinate representation of color #BD1EF7: hue angle of 283.96º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1EF7 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 30 247 -
CMYK 0.23 0.88 0 0.03
HSL 283.96º 0.93% 0.54% -
HSV(B) 283.96º 0.88% 0.97% -
XYZ 38.24 18.46 89.54 -
YUV 102.28 209.68 189.86 -
System Red Green Blue C M Y K H S L
Decimal 189 30 247 0.23 0.88 0 0.03 283.96 0.93 0.54
Hex BD 1E F7 17 58 0 3 11C 5D 36
Octal 275 36 367 27 130 0 3 434 135 66
Binary 10111101 11110 11110111 10111 1011000 0 11 100011100 1011101 110110

Color Harmonies of #BD1EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1EF7

Black with #BD1EF7

Text Example


Text Example

White with #BD1EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1EF7; }

 p { color: rgb(189,30,247); }

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

background-color css

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

 a { background-color: rgb(189,30,247); }

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

border-color css

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

 span { border-color: rgb(189,30,247); }

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