Html Css Color HEX #BD0FEF Electric Purple

📋 copy color: '#BD0FEF'

red 189 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #BD0FEF

Tints of Electric Purple #BD0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

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

R = 42.66%
G = 3.39%
B = 53.95%

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

#BD0FEF (or 0xBD0FEF) is known color: Electric Purple. HEX triplet: BD, 0F and EF. RGB value is (189,15,239). Sum of RGB (Red+Green+Blue) = 189+15+239=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD0FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FEF is #42F010. Grayscale: #5B5B5B. Windows color (decimal): -4386833 or 15667133. OLE color: 15667133.

HSL color Cylindrical-coordinate representation of color #BD0FEF: hue angle of 286.61º degrees, saturation: 0.88, 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 #BD0FEF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 15 239 -
CMYK 0.21 0.94 0 0.06
HSL 286.61º 0.88% 0.5% -
HSV(B) 286.61º 0.94% 0.94% -
XYZ 36.74 17.39 83.08 -
YUV 92.56 210.65 196.79 -
System Red Green Blue C M Y K H S L
Decimal 189 15 239 0.21 0.94 0 0.06 286.61 0.88 0.5
Hex BD F EF 15 5E 0 6 11F 58 32
Octal 275 17 357 25 136 0 6 437 130 62
Binary 10111101 1111 11101111 10101 1011110 0 110 100011111 1011000 110010

Color Harmonies of #BD0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FEF

Black with #BD0FEF

Text Example


Text Example

White with #BD0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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