Html Css Color HEX #BD0FFA Electric Purple

📋 copy color: '#BD0FFA'

red 189 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #BD0FFA

Tints of Electric Purple #BD0FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 41.63%
G = 3.3%
B = 55.07%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD0FFA (or 0xBD0FFA) is known color: Electric Purple. HEX triplet: BD, 0F and FA. RGB value is (189,15,250). Sum of RGB (Red+Green+Blue) = 189+15+250=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FFA is #42F005. Grayscale: #5D5D5D. Windows color (decimal): -4386822 or 16388029. OLE color: 16388029.

HSL color Cylindrical-coordinate representation of color #BD0FFA: hue angle of 284.43º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FFA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 15 250 -
CMYK 0.24 0.94 0 0.02
HSL 284.43º 0.96% 0.52% -
HSV(B) 284.43º 0.94% 0.98% -
XYZ 38.41 18.06 91.9 -
YUV 93.82 216.15 195.89 -
System Red Green Blue C M Y K H S L
Decimal 189 15 250 0.24 0.94 0 0.02 284.43 0.96 0.52
Hex BD F FA 18 5E 0 2 11C 60 34
Octal 275 17 372 30 136 0 2 434 140 64
Binary 10111101 1111 11111010 11000 1011110 0 10 100011100 1100000 110100

Color Harmonies of #BD0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FFA

Black with #BD0FFA

Text Example


Text Example

White with #BD0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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