Html Css Color HEX #BD0AF0 Electric Purple

📋 copy color: '#BD0AF0'

red 189 ◦ green 10 ◦ blue 240

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

Shades of Electric Purple #BD0AF0

Tints of Electric Purple #BD0AF0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.28%

 BLUE value IS 240 (94.14% from 255) = 54.67%

R = 43.05%
G = 2.28%
B = 54.67%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD0AF0 (or 0xBD0AF0) is known color: Electric Purple. HEX triplet: BD, 0A and F0. RGB value is (189,10,240). Sum of RGB (Red+Green+Blue) = 189+10+240=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD0AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0AF0 is #42F50F. Grayscale: #595959. Windows color (decimal): -4388112 or 15731389. OLE color: 15731389.

HSL color Cylindrical-coordinate representation of color #BD0AF0: hue angle of 286.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0AF0 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 10 240 -
CMYK 0.21 0.96 0 0.06
HSL 286.7º 0.92% 0.49% -
HSV(B) 286.7º 0.96% 0.94% -
XYZ 36.82 17.33 83.84 -
YUV 89.74 212.8 198.8 -
System Red Green Blue C M Y K H S L
Decimal 189 10 240 0.21 0.96 0 0.06 286.7 0.92 0.49
Hex BD A F0 15 60 0 6 11F 5C 31
Octal 275 12 360 25 140 0 6 437 134 61
Binary 10111101 1010 11110000 10101 1100000 0 110 100011111 1011100 110001

Color Harmonies of #BD0AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0AF0

Black with #BD0AF0

Text Example


Text Example

White with #BD0AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0AF0; }

 p { color: rgb(189,10,240); }

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

background-color css

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

 a { background-color: rgb(189,10,240); }

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

border-color css

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

 span { border-color: rgb(189,10,240); }

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