Html Css Color HEX #BD2AFB Electric Purple

📋 copy color: '#BD2AFB'

red 189 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #BD2AFB

Tints of Electric Purple #BD2AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.71%

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

R = 39.21%
G = 8.71%
B = 52.07%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD2AFB (or 0xBD2AFB) is known color: Electric Purple. HEX triplet: BD, 2A and FB. RGB value is (189,42,251). Sum of RGB (Red+Green+Blue) = 189+42+251=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD2AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2AFB is #42D504. Grayscale: #6D6D6D. Windows color (decimal): -4379909 or 16460477. OLE color: 16460477.

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

Color convert

RGB 189 42 251 -
CMYK 0.25 0.83 0 0.02
HSL 282.2º 0.96% 0.57% -
HSV(B) 282.2º 0.83% 0.98% -
XYZ 39.23 19.44 92.95 -
YUV 109.78 207.7 184.51 -
System Red Green Blue C M Y K H S L
Decimal 189 42 251 0.25 0.83 0 0.02 282.2 0.96 0.57
Hex BD 2A FB 19 53 0 2 11A 60 39
Octal 275 52 373 31 123 0 2 432 140 71
Binary 10111101 101010 11111011 11001 1010011 0 10 100011010 1100000 111001

Color Harmonies of #BD2AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2AFB

Black with #BD2AFB

Text Example


Text Example

White with #BD2AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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