Html Css Color HEX #BD10FC Electric Purple

📋 copy color: '#BD10FC'

red 189 ◦ green 16 ◦ blue 252

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

Shades of Electric Purple #BD10FC

Tints of Electric Purple #BD10FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.5%

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 41.36%
G = 3.5%
B = 55.14%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD10FC (or 0xBD10FC) is known color: Electric Purple. HEX triplet: BD, 10 and FC. RGB value is (189,16,252). Sum of RGB (Red+Green+Blue) = 189+16+252=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD10FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD10FC is #42EF03. Grayscale: #5D5D5D. Windows color (decimal): -4386564 or 16519357. OLE color: 16519357.

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

Color convert

RGB 189 16 252 -
CMYK 0.25 0.94 0 0.01
HSL 283.98º 0.98% 0.53% -
HSV(B) 283.98º 0.94% 0.99% -
XYZ 38.74 18.22 93.57 -
YUV 94.63 216.81 195.31 -
System Red Green Blue C M Y K H S L
Decimal 189 16 252 0.25 0.94 0 0.01 283.98 0.98 0.53
Hex BD 10 FC 19 5E 0 1 11C 62 35
Octal 275 20 374 31 136 0 1 434 142 65
Binary 10111101 10000 11111100 11001 1011110 0 1 100011100 1100010 110101

Color Harmonies of #BD10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10FC

Black with #BD10FC

Text Example


Text Example

White with #BD10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10FC; }

 p { color: rgb(189,16,252); }

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

background-color css

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

 a { background-color: rgb(189,16,252); }

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

border-color css

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

 span { border-color: rgb(189,16,252); }

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