Html Css Color HEX #BD1FEA Electric Purple

📋 copy color: '#BD1FEA'

red 189 ◦ green 31 ◦ blue 234

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

Shades of Electric Purple #BD1FEA

Tints of Electric Purple #BD1FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 41.63%
G = 6.83%
B = 51.54%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD1FEA (or 0xBD1FEA) is known color: Electric Purple. HEX triplet: BD, 1F and EA. RGB value is (189,31,234). Sum of RGB (Red+Green+Blue) = 189+31+234=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1FEA is #42E015. Grayscale: #646464. Windows color (decimal): -4382742 or 15343549. OLE color: 15343549.

HSL color Cylindrical-coordinate representation of color #BD1FEA: hue angle of 286.7º degrees, saturation: 0.83, 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 #BD1FEA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 31 234 -
CMYK 0.19 0.87 0 0.08
HSL 286.7º 0.83% 0.52% -
HSV(B) 286.7º 0.87% 0.92% -
XYZ 36.33 17.74 79.35 -
YUV 101.38 202.85 190.49 -
System Red Green Blue C M Y K H S L
Decimal 189 31 234 0.19 0.87 0 0.08 286.7 0.83 0.52
Hex BD 1F EA 13 57 0 8 11F 53 34
Octal 275 37 352 23 127 0 10 437 123 64
Binary 10111101 11111 11101010 10011 1010111 0 1000 100011111 1010011 110100

Color Harmonies of #BD1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FEA

Black with #BD1FEA

Text Example


Text Example

White with #BD1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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