Html Css Color HEX #B006ED Electric Purple

📋 copy color: '#B006ED'

red 176 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #B006ED

Tints of Electric Purple #B006ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

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

R = 42%
G = 1.43%
B = 56.56%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B006ED (or 0xB006ED) is known color: Electric Purple. HEX triplet: B0, 06 and ED. RGB value is (176,6,237). Sum of RGB (Red+Green+Blue) = 176+6+237=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #B006ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B006ED is #4FF912. Grayscale: #525252. Windows color (decimal): -5241107 or 15533744. OLE color: 15533744.

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

Color convert

RGB 176 6 237 -
CMYK 0.26 0.97 0 0.07
HSL 284.16º 0.95% 0.48% -
HSV(B) 284.16º 0.97% 0.93% -
XYZ 33.26 15.47 81.35 -
YUV 83.16 214.82 194.22 -
System Red Green Blue C M Y K H S L
Decimal 176 6 237 0.26 0.97 0 0.07 284.16 0.95 0.48
Hex B0 6 ED 1A 61 0 7 11C 5F 30
Octal 260 6 355 32 141 0 7 434 137 60
Binary 10110000 110 11101101 11010 1100001 0 111 100011100 1011111 110000

Color Harmonies of #B006ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006ED

Black with #B006ED

Text Example


Text Example

White with #B006ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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