Html Css Color HEX #B105FD Electric Purple

📋 copy color: '#B105FD'

red 177 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #B105FD

Tints of Electric Purple #B105FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 40.69%
G = 1.15%
B = 58.16%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B105FD (or 0xB105FD) is known color: Electric Purple. HEX triplet: B1, 05 and FD. RGB value is (177,5,253). Sum of RGB (Red+Green+Blue) = 177+5+253=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #B105FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B105FD is #4EFA02. Grayscale: #535353. Windows color (decimal): -5175811 or 16582065. OLE color: 16582065.

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

Color convert

RGB 177 5 253 -
CMYK 0.30 0.98 0 0.01
HSL 281.61º 0.98% 0.51% -
HSV(B) 281.61º 0.98% 0.99% -
XYZ 35.92 16.55 94.23 -
YUV 84.7 222.98 193.83 -
System Red Green Blue C M Y K H S L
Decimal 177 5 253 0.30 0.98 0 0.01 281.61 0.98 0.51
Hex B1 5 FD 1E 62 0 1 11A 62 33
Octal 261 5 375 36 142 0 1 432 142 63
Binary 10110001 101 11111101 11110 1100010 0 1 100011010 1100010 110011

Color Harmonies of #B105FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B105FD

Black with #B105FD

Text Example


Text Example

White with #B105FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B105FD; }

 p { color: rgb(177,5,253); }

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

background-color css

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

 a { background-color: rgb(177,5,253); }

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

border-color css

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

 span { border-color: rgb(177,5,253); }

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