Html Css Color HEX #BD1BFD Electric Purple

📋 copy color: '#BD1BFD'

red 189 ◦ green 27 ◦ blue 253

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

Shades of Electric Purple #BD1BFD

Tints of Electric Purple #BD1BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.76%

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 40.3%
G = 5.76%
B = 53.94%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD1BFD (or 0xBD1BFD) is known color: Electric Purple. HEX triplet: BD, 1B and FD. RGB value is (189,27,253). Sum of RGB (Red+Green+Blue) = 189+27+253=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD1BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1BFD is #42E402. Grayscale: #646464. Windows color (decimal): -4383747 or 16587709. OLE color: 16587709.

HSL color Cylindrical-coordinate representation of color #BD1BFD: hue angle of 283.01º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1BFD is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 27 253 -
CMYK 0.25 0.89 0 0.01
HSL 283.01º 0.98% 0.55% -
HSV(B) 283.01º 0.89% 0.99% -
XYZ 39.11 18.69 94.48 -
YUV 101.2 213.67 190.62 -
System Red Green Blue C M Y K H S L
Decimal 189 27 253 0.25 0.89 0 0.01 283.01 0.98 0.55
Hex BD 1B FD 19 59 0 1 11B 62 37
Octal 275 33 375 31 131 0 1 433 142 67
Binary 10111101 11011 11111101 11001 1011001 0 1 100011011 1100010 110111

Color Harmonies of #BD1BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BFD

Black with #BD1BFD

Text Example


Text Example

White with #BD1BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BFD; }

 p { color: rgb(189,27,253); }

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

background-color css

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

 a { background-color: rgb(189,27,253); }

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

border-color css

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

 span { border-color: rgb(189,27,253); }

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