Html Css Color HEX #BD0BEE Electric Purple

📋 copy color: '#BD0BEE'

red 189 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #BD0BEE

Tints of Electric Purple #BD0BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

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

R = 43.15%
G = 2.51%
B = 54.34%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD0BEE (or 0xBD0BEE) is known color: Electric Purple. HEX triplet: BD, 0B and EE. RGB value is (189,11,238). Sum of RGB (Red+Green+Blue) = 189+11+238=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0BEE is #42F411. Grayscale: #595959. Windows color (decimal): -4387858 or 15600573. OLE color: 15600573.

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

Color convert

RGB 189 11 238 -
CMYK 0.21 0.95 0 0.07
HSL 287.05º 0.91% 0.49% -
HSV(B) 287.05º 0.95% 0.93% -
XYZ 36.54 17.23 82.29 -
YUV 90.1 211.47 198.54 -
System Red Green Blue C M Y K H S L
Decimal 189 11 238 0.21 0.95 0 0.07 287.05 0.91 0.49
Hex BD B EE 15 5F 0 7 11F 5B 31
Octal 275 13 356 25 137 0 7 437 133 61
Binary 10111101 1011 11101110 10101 1011111 0 111 100011111 1011011 110001

Color Harmonies of #BD0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0BEE

Black with #BD0BEE

Text Example


Text Example

White with #BD0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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