Html Css Color HEX #BD0FEB Electric Purple

📋 copy color: '#BD0FEB'

red 189 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #BD0FEB

Tints of Electric Purple #BD0FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 43.05%
G = 3.42%
B = 53.53%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD0FEB (or 0xBD0FEB) is known color: Electric Purple. HEX triplet: BD, 0F and EB. RGB value is (189,15,235). Sum of RGB (Red+Green+Blue) = 189+15+235=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FEB is #42F014. Grayscale: #5B5B5B. Windows color (decimal): -4386837 or 15404989. OLE color: 15404989.

HSL color Cylindrical-coordinate representation of color #BD0FEB: hue angle of 287.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FEB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 15 235 -
CMYK 0.20 0.94 0 0.08
HSL 287.45º 0.88% 0.49% -
HSV(B) 287.45º 0.94% 0.92% -
XYZ 36.15 17.16 80 -
YUV 92.11 208.65 197.11 -
System Red Green Blue C M Y K H S L
Decimal 189 15 235 0.20 0.94 0 0.08 287.45 0.88 0.49
Hex BD F EB 14 5E 0 8 11F 58 31
Octal 275 17 353 24 136 0 10 437 130 61
Binary 10111101 1111 11101011 10100 1011110 0 1000 100011111 1011000 110001

Color Harmonies of #BD0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FEB

Black with #BD0FEB

Text Example


Text Example

White with #BD0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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