Html Css Color HEX #BD1FEB Electric Purple

📋 copy color: '#BD1FEB'

red 189 ◦ green 31 ◦ blue 235

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

Shades of Electric Purple #BD1FEB

Tints of Electric Purple #BD1FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.81%

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

R = 41.54%
G = 6.81%
B = 51.65%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD1FEB (or 0xBD1FEB) is known color: Electric Purple. HEX triplet: BD, 1F and EB. RGB value is (189,31,235). Sum of RGB (Red+Green+Blue) = 189+31+235=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD1FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1FEB is #42E014. Grayscale: #646464. Windows color (decimal): -4382741 or 15409085. OLE color: 15409085.

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

Color convert

RGB 189 31 235 -
CMYK 0.20 0.87 0 0.08
HSL 286.47º 0.84% 0.52% -
HSV(B) 286.47º 0.87% 0.92% -
XYZ 36.47 17.8 80.11 -
YUV 101.5 203.35 190.41 -
System Red Green Blue C M Y K H S L
Decimal 189 31 235 0.20 0.87 0 0.08 286.47 0.84 0.52
Hex BD 1F EB 14 57 0 8 11E 54 34
Octal 275 37 353 24 127 0 10 436 124 64
Binary 10111101 11111 11101011 10100 1010111 0 1000 100011110 1010100 110100

Color Harmonies of #BD1FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FEB

Black with #BD1FEB

Text Example


Text Example

White with #BD1FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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