Html Css Color HEX #B005ED Electric Purple

📋 copy color: '#B005ED'

red 176 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #B005ED

Tints of Electric Purple #B005ED

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

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

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

R = 42.11%
G = 1.2%
B = 56.7%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B005ED (or 0xB005ED) is known color: Electric Purple. HEX triplet: B0, 05 and ED. RGB value is (176,5,237). Sum of RGB (Red+Green+Blue) = 176+5+237=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #B005ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005ED is #4FFA12. Grayscale: #515151. Windows color (decimal): -5241363 or 15533488. OLE color: 15533488.

HSL color Cylindrical-coordinate representation of color #B005ED: hue angle of 284.22º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005ED is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 5 237 -
CMYK 0.26 0.98 0 0.07
HSL 284.22º 0.96% 0.47% -
HSV(B) 284.22º 0.98% 0.93% -
XYZ 33.24 15.45 81.35 -
YUV 82.58 215.15 194.64 -
System Red Green Blue C M Y K H S L
Decimal 176 5 237 0.26 0.98 0 0.07 284.22 0.96 0.47
Hex B0 5 ED 1A 62 0 7 11C 60 2F
Octal 260 5 355 32 142 0 7 434 140 57
Binary 10110000 101 11101101 11010 1100010 0 111 100011100 1100000 101111

Color Harmonies of #B005ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005ED

Black with #B005ED

Text Example


Text Example

White with #B005ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005ED; }

 p { color: rgb(176,5,237); }

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

background-color css

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

 a { background-color: rgb(176,5,237); }

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

border-color css

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

 span { border-color: rgb(176,5,237); }

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