Html Css Color HEX #BD36FF Electric Purple

📋 copy color: '#BD36FF'

red 189 ◦ green 54 ◦ blue 255

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

Shades of Electric Purple #BD36FF

Tints of Electric Purple #BD36FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.84%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 37.95%
G = 10.84%
B = 51.2%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD36FF (or 0xBD36FF) is known color: Electric Purple. HEX triplet: BD, 36 and FF. RGB value is (189,54,255). Sum of RGB (Red+Green+Blue) = 189+54+255=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD36FF is #42C900. Grayscale: #747474. Windows color (decimal): -4376833 or 16725693. OLE color: 16725693.

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

Color convert

RGB 189 54 255 -
CMYK 0.26 0.79 0 0
HSL 280.3º 1% 0.61% -
HSV(B) 280.3º 0.79% 1% -
XYZ 40.36 20.68 96.47 -
YUV 117.28 205.73 179.16 -
System Red Green Blue C M Y K H S L
Decimal 189 54 255 0.26 0.79 0 0 280.3 1 0.61
Hex BD 36 FF 1A 4F 0 0 118 64 3D
Octal 275 66 377 32 117 0 0 430 144 75
Binary 10111101 110110 11111111 11010 1001111 0 0 100011000 1100100 111101

Color Harmonies of #BD36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36FF

Black with #BD36FF

Text Example


Text Example

White with #BD36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36FF; }

 p { color: rgb(189,54,255); }

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

background-color css

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

 a { background-color: rgb(189,54,255); }

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

border-color css

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

 span { border-color: rgb(189,54,255); }

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