Html Css Color HEX #BD1FE9 Electric Purple

📋 copy color: '#BD1FE9'

red 189 ◦ green 31 ◦ blue 233

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

Shades of Electric Purple #BD1FE9

Tints of Electric Purple #BD1FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.43%

R = 41.72%
G = 6.84%
B = 51.43%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD1FE9 (or 0xBD1FE9) is known color: Electric Purple. HEX triplet: BD, 1F and E9. RGB value is (189,31,233). Sum of RGB (Red+Green+Blue) = 189+31+233=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD1FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1FE9 is #42E016. Grayscale: #646464. Windows color (decimal): -4382743 or 15278013. OLE color: 15278013.

HSL color Cylindrical-coordinate representation of color #BD1FE9: hue angle of 286.93º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1FE9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 31 233 -
CMYK 0.19 0.87 0 0.09
HSL 286.93º 0.82% 0.52% -
HSV(B) 286.93º 0.87% 0.91% -
XYZ 36.18 17.68 78.6 -
YUV 101.27 202.35 190.57 -
System Red Green Blue C M Y K H S L
Decimal 189 31 233 0.19 0.87 0 0.09 286.93 0.82 0.52
Hex BD 1F E9 13 57 0 9 11F 52 34
Octal 275 37 351 23 127 0 11 437 122 64
Binary 10111101 11111 11101001 10011 1010111 0 1001 100011111 1010010 110100

Color Harmonies of #BD1FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FE9

Black with #BD1FE9

Text Example


Text Example

White with #BD1FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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