Html Css Color HEX #BD27FE Electric Purple

📋 copy color: '#BD27FE'

red 189 ◦ green 39 ◦ blue 254

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

Shades of Electric Purple #BD27FE

Tints of Electric Purple #BD27FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.09%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 39.21%
G = 8.09%
B = 52.7%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD27FE (or 0xBD27FE) is known color: Electric Purple. HEX triplet: BD, 27 and FE. RGB value is (189,39,254). Sum of RGB (Red+Green+Blue) = 189+39+254=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD27FE is #42D801. Grayscale: #6B6B6B. Windows color (decimal): -4380674 or 16656317. OLE color: 16656317.

HSL color Cylindrical-coordinate representation of color #BD27FE: hue angle of 281.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD27FE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 39 254 -
CMYK 0.26 0.85 0 0.00
HSL 281.86º 0.99% 0.57% -
HSV(B) 281.86º 0.85% 1% -
XYZ 39.6 19.43 95.43 -
YUV 108.36 210.2 185.52 -
System Red Green Blue C M Y K H S L
Decimal 189 39 254 0.26 0.85 0 0.00 281.86 0.99 0.57
Hex BD 27 FE 1A 55 0 0 11A 63 39
Octal 275 47 376 32 125 0 0 432 143 71
Binary 10111101 100111 11111110 11010 1010101 0 0 100011010 1100011 111001

Color Harmonies of #BD27FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27FE

Black with #BD27FE

Text Example


Text Example

White with #BD27FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27FE; }

 p { color: rgb(189,39,254); }

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

background-color css

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

 a { background-color: rgb(189,39,254); }

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

border-color css

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

 span { border-color: rgb(189,39,254); }

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