Html Css Color HEX #BD18FB Electric Purple

📋 copy color: '#BD18FB'

red 189 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #BD18FB

Tints of Electric Purple #BD18FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.17%

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

R = 40.73%
G = 5.17%
B = 54.09%

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

#BD18FB (or 0xBD18FB) is known color: Electric Purple. HEX triplet: BD, 18 and FB. RGB value is (189,24,251). Sum of RGB (Red+Green+Blue) = 189+24+251=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18FB is #42E704. Grayscale: #626262. Windows color (decimal): -4384517 or 16455869. OLE color: 16455869.

HSL color Cylindrical-coordinate representation of color #BD18FB: hue angle of 283.61º 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 #BD18FB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 24 251 -
CMYK 0.25 0.90 0 0.02
HSL 283.61º 0.97% 0.54% -
HSV(B) 283.61º 0.9% 0.98% -
XYZ 38.73 18.44 92.78 -
YUV 99.21 213.66 192.04 -
System Red Green Blue C M Y K H S L
Decimal 189 24 251 0.25 0.90 0 0.02 283.61 0.97 0.54
Hex BD 18 FB 19 5A 0 2 11C 61 36
Octal 275 30 373 31 132 0 2 434 141 66
Binary 10111101 11000 11111011 11001 1011010 0 10 100011100 1100001 110110

Color Harmonies of #BD18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18FB

Black with #BD18FB

Text Example


Text Example

White with #BD18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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