Html Css Color HEX #B10CED Electric Purple

📋 copy color: '#B10CED'

red 177 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B10CED

Tints of Electric Purple #B10CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 41.55%
G = 2.82%
B = 55.63%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B10CED (or 0xB10CED) is known color: Electric Purple. HEX triplet: B1, 0C and ED. RGB value is (177,12,237). Sum of RGB (Red+Green+Blue) = 177+12+237=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #B10CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CED is #4EF312. Grayscale: #565656. Windows color (decimal): -5174035 or 15535281. OLE color: 15535281.

HSL color Cylindrical-coordinate representation of color #B10CED: hue angle of 284º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CED is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 12 237 -
CMYK 0.25 0.95 0 0.07
HSL 284º 0.9% 0.49% -
HSV(B) 284º 0.95% 0.93% -
XYZ 33.55 15.72 81.39 -
YUV 86.99 212.66 192.2 -
System Red Green Blue C M Y K H S L
Decimal 177 12 237 0.25 0.95 0 0.07 284 0.9 0.49
Hex B1 C ED 19 5F 0 7 11C 5A 31
Octal 261 14 355 31 137 0 7 434 132 61
Binary 10110001 1100 11101101 11001 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B10CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CED

Black with #B10CED

Text Example


Text Example

White with #B10CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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