Html Css Color HEX #BD2FFC Electric Purple

📋 copy color: '#BD2FFC'

red 189 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #BD2FFC

Tints of Electric Purple #BD2FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.63%

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 38.73%
G = 9.63%
B = 51.64%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD2FFC (or 0xBD2FFC) is known color: Electric Purple. HEX triplet: BD, 2F and FC. RGB value is (189,47,252). Sum of RGB (Red+Green+Blue) = 189+47+252=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FFC is #42D003. Grayscale: #707070. Windows color (decimal): -4378628 or 16527293. OLE color: 16527293.

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

Color convert

RGB 189 47 252 -
CMYK 0.25 0.81 0 0.01
HSL 281.56º 0.97% 0.59% -
HSV(B) 281.56º 0.81% 0.99% -
XYZ 39.57 19.88 93.85 -
YUV 112.83 206.54 182.33 -
System Red Green Blue C M Y K H S L
Decimal 189 47 252 0.25 0.81 0 0.01 281.56 0.97 0.59
Hex BD 2F FC 19 51 0 1 11A 61 3B
Octal 275 57 374 31 121 0 1 432 141 73
Binary 10111101 101111 11111100 11001 1010001 0 1 100011010 1100001 111011

Color Harmonies of #BD2FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FFC

Black with #BD2FFC

Text Example


Text Example

White with #BD2FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FFC; }

 p { color: rgb(189,47,252); }

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

background-color css

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

 a { background-color: rgb(189,47,252); }

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

border-color css

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

 span { border-color: rgb(189,47,252); }

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