Html Css Color HEX #BD12FB Electric Purple

📋 copy color: '#BD12FB'

red 189 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #BD12FB

Tints of Electric Purple #BD12FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.93%

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

R = 41.27%
G = 3.93%
B = 54.8%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD12FB (or 0xBD12FB) is known color: Electric Purple. HEX triplet: BD, 12 and FB. RGB value is (189,18,251). Sum of RGB (Red+Green+Blue) = 189+18+251=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD12FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD12FB is #42ED04. Grayscale: #5E5E5E. Windows color (decimal): -4386053 or 16454333. OLE color: 16454333.

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

Color convert

RGB 189 18 251 -
CMYK 0.25 0.93 0 0.02
HSL 284.03º 0.97% 0.53% -
HSV(B) 284.03º 0.93% 0.98% -
XYZ 38.62 18.22 92.75 -
YUV 95.69 215.65 194.55 -
System Red Green Blue C M Y K H S L
Decimal 189 18 251 0.25 0.93 0 0.02 284.03 0.97 0.53
Hex BD 12 FB 19 5D 0 2 11C 61 35
Octal 275 22 373 31 135 0 2 434 141 65
Binary 10111101 10010 11111011 11001 1011101 0 10 100011100 1100001 110101

Color Harmonies of #BD12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12FB

Black with #BD12FB

Text Example


Text Example

White with #BD12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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