Html Css Color HEX #B10CFA Electric Purple

📋 copy color: '#B10CFA'

red 177 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #B10CFA

Tints of Electric Purple #B10CFA

RGB

 RED value IS 177 (69.53% from 255) = 40.32%

 GREEN value IS 12 (5.08% from 255) = 2.73%

 BLUE value IS 250 (98.05% from 255) = 56.95%

R = 40.32%
G = 2.73%
B = 56.95%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B10CFA (or 0xB10CFA) is known color: Electric Purple. HEX triplet: B1, 0C and FA. RGB value is (177,12,250). Sum of RGB (Red+Green+Blue) = 177+12+250=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #B10CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CFA is #4EF305. Grayscale: #575757. Windows color (decimal): -5174022 or 16387249. OLE color: 16387249.

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

Color convert

RGB 177 12 250 -
CMYK 0.29 0.95 0 0.02
HSL 281.6º 0.96% 0.51% -
HSV(B) 281.6º 0.95% 0.98% -
XYZ 35.52 16.51 91.76 -
YUV 88.47 219.16 191.15 -
System Red Green Blue C M Y K H S L
Decimal 177 12 250 0.29 0.95 0 0.02 281.6 0.96 0.51
Hex B1 C FA 1D 5F 0 2 11A 60 33
Octal 261 14 372 35 137 0 2 432 140 63
Binary 10110001 1100 11111010 11101 1011111 0 10 100011010 1100000 110011

Color Harmonies of #B10CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CFA

Black with #B10CFA

Text Example


Text Example

White with #B10CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CFA; }

 p { color: rgb(177,12,250); }

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

background-color css

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

 a { background-color: rgb(177,12,250); }

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

border-color css

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

 span { border-color: rgb(177,12,250); }

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