Html Css Color HEX #BD0AFB Electric Purple

📋 copy color: '#BD0AFB'

red 189 ◦ green 10 ◦ blue 251

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

Shades of Electric Purple #BD0AFB

Tints of Electric Purple #BD0AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 42%
G = 2.22%
B = 55.78%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD0AFB (or 0xBD0AFB) is known color: Electric Purple. HEX triplet: BD, 0A and FB. RGB value is (189,10,251). Sum of RGB (Red+Green+Blue) = 189+10+251=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0AFB is #42F504. Grayscale: #5A5A5A. Windows color (decimal): -4388101 or 16452285. OLE color: 16452285.

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

Color convert

RGB 189 10 251 -
CMYK 0.25 0.96 0 0.02
HSL 284.56º 0.97% 0.51% -
HSV(B) 284.56º 0.96% 0.98% -
XYZ 38.51 18 92.71 -
YUV 91 218.3 197.9 -
System Red Green Blue C M Y K H S L
Decimal 189 10 251 0.25 0.96 0 0.02 284.56 0.97 0.51
Hex BD A FB 19 60 0 2 11D 61 33
Octal 275 12 373 31 140 0 2 435 141 63
Binary 10111101 1010 11111011 11001 1100000 0 10 100011101 1100001 110011

Color Harmonies of #BD0AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0AFB

Black with #BD0AFB

Text Example


Text Example

White with #BD0AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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