Html Css Color HEX #BD0FFD Electric Purple

📋 copy color: '#BD0FFD'

red 189 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #BD0FFD

Tints of Electric Purple #BD0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.28%

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

R = 41.36%
G = 3.28%
B = 55.36%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD0FFD (or 0xBD0FFD) is known color: Electric Purple. HEX triplet: BD, 0F and FD. RGB value is (189,15,253). Sum of RGB (Red+Green+Blue) = 189+15+253=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FFD is #42F002. Grayscale: #5D5D5D. Windows color (decimal): -4386819 or 16584637. OLE color: 16584637.

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

Color convert

RGB 189 15 253 -
CMYK 0.25 0.94 0 0.01
HSL 283.87º 0.98% 0.53% -
HSV(B) 283.87º 0.94% 0.99% -
XYZ 38.89 18.25 94.4 -
YUV 94.16 217.65 195.65 -
System Red Green Blue C M Y K H S L
Decimal 189 15 253 0.25 0.94 0 0.01 283.87 0.98 0.53
Hex BD F FD 19 5E 0 1 11C 62 35
Octal 275 17 375 31 136 0 1 434 142 65
Binary 10111101 1111 11111101 11001 1011110 0 1 100011100 1100010 110101

Color Harmonies of #BD0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FFD

Black with #BD0FFD

Text Example


Text Example

White with #BD0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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