Html Css Color HEX #BD1CF5 Electric Purple

📋 copy color: '#BD1CF5'

red 189 ◦ green 28 ◦ blue 245

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

Shades of Electric Purple #BD1CF5

Tints of Electric Purple #BD1CF5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.06%

 BLUE value IS 245 (96.09% from 255) = 53.03%

R = 40.91%
G = 6.06%
B = 53.03%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD1CF5 (or 0xBD1CF5) is known color: Electric Purple. HEX triplet: BD, 1C and F5. RGB value is (189,28,245). Sum of RGB (Red+Green+Blue) = 189+28+245=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD1CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CF5 is #42E30A. Grayscale: #646464. Windows color (decimal): -4383499 or 16063677. OLE color: 16063677.

HSL color Cylindrical-coordinate representation of color #BD1CF5: hue angle of 284.52º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1CF5 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 28 245 -
CMYK 0.23 0.89 0 0.04
HSL 284.52º 0.92% 0.54% -
HSV(B) 284.52º 0.89% 0.96% -
XYZ 37.88 18.24 87.91 -
YUV 100.88 209.34 190.86 -
System Red Green Blue C M Y K H S L
Decimal 189 28 245 0.23 0.89 0 0.04 284.52 0.92 0.54
Hex BD 1C F5 17 59 0 4 11D 5C 36
Octal 275 34 365 27 131 0 4 435 134 66
Binary 10111101 11100 11110101 10111 1011001 0 100 100011101 1011100 110110

Color Harmonies of #BD1CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CF5

Black with #BD1CF5

Text Example


Text Example

White with #BD1CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CF5; }

 p { color: rgb(189,28,245); }

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

background-color css

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

 a { background-color: rgb(189,28,245); }

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

border-color css

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

 span { border-color: rgb(189,28,245); }

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