Html Css Color HEX #BD1CF7 Electric Purple

📋 copy color: '#BD1CF7'

red 189 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #BD1CF7

Tints of Electric Purple #BD1CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 40.73%
G = 6.03%
B = 53.23%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD1CF7 (or 0xBD1CF7) is known color: Electric Purple. HEX triplet: BD, 1C and F7. RGB value is (189,28,247). Sum of RGB (Red+Green+Blue) = 189+28+247=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CF7 is #42E308. Grayscale: #646464. Windows color (decimal): -4383497 or 16194749. OLE color: 16194749.

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

Color convert

RGB 189 28 247 -
CMYK 0.23 0.89 0 0.03
HSL 284.11º 0.93% 0.54% -
HSV(B) 284.11º 0.89% 0.97% -
XYZ 38.19 18.36 89.53 -
YUV 101.11 210.34 190.69 -
System Red Green Blue C M Y K H S L
Decimal 189 28 247 0.23 0.89 0 0.03 284.11 0.93 0.54
Hex BD 1C F7 17 59 0 3 11C 5D 36
Octal 275 34 367 27 131 0 3 434 135 66
Binary 10111101 11100 11110111 10111 1011001 0 11 100011100 1011101 110110

Color Harmonies of #BD1CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CF7

Black with #BD1CF7

Text Example


Text Example

White with #BD1CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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