Html Css Color HEX #BD0EEF Electric Purple

📋 copy color: '#BD0EEF'

red 189 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #BD0EEF

Tints of Electric Purple #BD0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.17%

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 42.76%
G = 3.17%
B = 54.07%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD0EEF (or 0xBD0EEF) is known color: Electric Purple. HEX triplet: BD, 0E and EF. RGB value is (189,14,239). Sum of RGB (Red+Green+Blue) = 189+14+239=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EEF is #42F110. Grayscale: #5B5B5B. Windows color (decimal): -4387089 or 15666877. OLE color: 15666877.

HSL color Cylindrical-coordinate representation of color #BD0EEF: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EEF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 14 239 -
CMYK 0.21 0.94 0 0.06
HSL 286.67º 0.89% 0.5% -
HSV(B) 286.67º 0.94% 0.94% -
XYZ 36.72 17.36 83.08 -
YUV 91.98 210.98 197.2 -
System Red Green Blue C M Y K H S L
Decimal 189 14 239 0.21 0.94 0 0.06 286.67 0.89 0.5
Hex BD E EF 15 5E 0 6 11F 59 32
Octal 275 16 357 25 136 0 6 437 131 62
Binary 10111101 1110 11101111 10101 1011110 0 110 100011111 1011001 110010

Color Harmonies of #BD0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EEF

Black with #BD0EEF

Text Example


Text Example

White with #BD0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EEF; }

 p { color: rgb(189,14,239); }

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

background-color css

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

 a { background-color: rgb(189,14,239); }

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

border-color css

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

 span { border-color: rgb(189,14,239); }

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