Html Css Color HEX #BD01EE Electric Purple

📋 copy color: '#BD01EE'

red 189 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #BD01EE

Tints of Electric Purple #BD01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 44.16%
G = 0.23%
B = 55.61%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD01EE (or 0xBD01EE) is known color: Electric Purple. HEX triplet: BD, 01 and EE. RGB value is (189,1,238). Sum of RGB (Red+Green+Blue) = 189+1+238=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD01EE is #42FE11. Grayscale: #535353. Windows color (decimal): -4390418 or 15598013. OLE color: 15598013.

HSL color Cylindrical-coordinate representation of color #BD01EE: hue angle of 287.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01EE is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 1 238 -
CMYK 0.21 1.00 0 0.07
HSL 287.59º 0.99% 0.47% -
HSV(B) 287.59º 1% 0.93% -
XYZ 36.43 17.01 82.25 -
YUV 84.23 214.78 202.73 -
System Red Green Blue C M Y K H S L
Decimal 189 1 238 0.21 1.00 0 0.07 287.59 0.99 0.47
Hex BD 1 EE 15 64 0 7 120 63 2F
Octal 275 1 356 25 144 0 7 440 143 57
Binary 10111101 1 11101110 10101 1100100 0 111 100100000 1100011 101111

Color Harmonies of #BD01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD01EE

Black with #BD01EE

Text Example


Text Example

White with #BD01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD01EE; }

 p { color: rgb(189,1,238); }

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

background-color css

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

 a { background-color: rgb(189,1,238); }

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

border-color css

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

 span { border-color: rgb(189,1,238); }

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