Html Css Color HEX #B123FC Electric Purple

📋 copy color: '#B123FC'

red 177 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #B123FC

Tints of Electric Purple #B123FC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.54%

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

R = 38.15%
G = 7.54%
B = 54.31%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B123FC (or 0xB123FC) is known color: Electric Purple. HEX triplet: B1, 23 and FC. RGB value is (177,35,252). Sum of RGB (Red+Green+Blue) = 177+35+252=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #B123FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123FC is #4EDC03. Grayscale: #656565. Windows color (decimal): -5168132 or 16524209. OLE color: 16524209.

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

Color convert

RGB 177 35 252 -
CMYK 0.30 0.86 0 0.01
HSL 279.26º 0.97% 0.56% -
HSV(B) 279.26º 0.86% 0.99% -
XYZ 36.3 17.58 93.57 -
YUV 102.2 212.54 181.36 -
System Red Green Blue C M Y K H S L
Decimal 177 35 252 0.30 0.86 0 0.01 279.26 0.97 0.56
Hex B1 23 FC 1E 56 0 1 117 61 38
Octal 261 43 374 36 126 0 1 427 141 70
Binary 10110001 100011 11111100 11110 1010110 0 1 100010111 1100001 111000

Color Harmonies of #B123FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123FC

Black with #B123FC

Text Example


Text Example

White with #B123FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123FC; }

 p { color: rgb(177,35,252); }

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

background-color css

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

 a { background-color: rgb(177,35,252); }

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

border-color css

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

 span { border-color: rgb(177,35,252); }

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