Html Css Color HEX #BD2CEE Electric Purple

📋 copy color: '#BD2CEE'

red 189 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #BD2CEE

Tints of Electric Purple #BD2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.34%

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

R = 40.13%
G = 9.34%
B = 50.53%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD2CEE (or 0xBD2CEE) is known color: Electric Purple. HEX triplet: BD, 2C and EE. RGB value is (189,44,238). Sum of RGB (Red+Green+Blue) = 189+44+238=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CEE is #42D311. Grayscale: #6C6C6C. Windows color (decimal): -4379410 or 15609021. OLE color: 15609021.

HSL color Cylindrical-coordinate representation of color #BD2CEE: hue angle of 284.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2CEE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 44 238 -
CMYK 0.21 0.82 0 0.07
HSL 284.85º 0.85% 0.55% -
HSV(B) 284.85º 0.82% 0.93% -
XYZ 37.32 18.79 82.55 -
YUV 109.47 200.54 184.73 -
System Red Green Blue C M Y K H S L
Decimal 189 44 238 0.21 0.82 0 0.07 284.85 0.85 0.55
Hex BD 2C EE 15 52 0 7 11D 55 37
Octal 275 54 356 25 122 0 7 435 125 67
Binary 10111101 101100 11101110 10101 1010010 0 111 100011101 1010101 110111

Color Harmonies of #BD2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CEE

Black with #BD2CEE

Text Example


Text Example

White with #BD2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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