Html Css Color HEX #BD1AFB Electric Purple

📋 copy color: '#BD1AFB'

red 189 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #BD1AFB

Tints of Electric Purple #BD1AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.58%

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

R = 40.56%
G = 5.58%
B = 53.86%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD1AFB (or 0xBD1AFB) is known color: Electric Purple. HEX triplet: BD, 1A and FB. RGB value is (189,26,251). Sum of RGB (Red+Green+Blue) = 189+26+251=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD1AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AFB is #42E504. Grayscale: #636363. Windows color (decimal): -4384005 or 16456381. OLE color: 16456381.

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

Color convert

RGB 189 26 251 -
CMYK 0.25 0.90 0 0.02
HSL 283.47º 0.97% 0.54% -
HSV(B) 283.47º 0.9% 0.98% -
XYZ 38.77 18.52 92.8 -
YUV 100.39 213 191.2 -
System Red Green Blue C M Y K H S L
Decimal 189 26 251 0.25 0.90 0 0.02 283.47 0.97 0.54
Hex BD 1A FB 19 5A 0 2 11B 61 36
Octal 275 32 373 31 132 0 2 433 141 66
Binary 10111101 11010 11111011 11001 1011010 0 10 100011011 1100001 110110

Color Harmonies of #BD1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1AFB

Black with #BD1AFB

Text Example


Text Example

White with #BD1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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