Html Css Color HEX #B009EE Electric Purple

📋 copy color: '#B009EE'

red 176 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #B009EE

Tints of Electric Purple #B009EE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.13%

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 41.61%
G = 2.13%
B = 56.26%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B009EE (or 0xB009EE) is known color: Electric Purple. HEX triplet: B0, 09 and EE. RGB value is (176,9,238). Sum of RGB (Red+Green+Blue) = 176+9+238=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B009EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B009EE is #4FF611. Grayscale: #545454. Windows color (decimal): -5240338 or 15600048. OLE color: 15600048.

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

Color convert

RGB 176 9 238 -
CMYK 0.26 0.96 0 0.07
HSL 283.76º 0.93% 0.48% -
HSV(B) 283.76º 0.96% 0.93% -
XYZ 33.43 15.6 82.14 -
YUV 85.04 214.33 192.88 -
System Red Green Blue C M Y K H S L
Decimal 176 9 238 0.26 0.96 0 0.07 283.76 0.93 0.48
Hex B0 9 EE 1A 60 0 7 11C 5D 30
Octal 260 11 356 32 140 0 7 434 135 60
Binary 10110000 1001 11101110 11010 1100000 0 111 100011100 1011101 110000

Color Harmonies of #B009EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B009EE

Black with #B009EE

Text Example


Text Example

White with #B009EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B009EE; }

 p { color: rgb(176,9,238); }

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

background-color css

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

 a { background-color: rgb(176,9,238); }

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

border-color css

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

 span { border-color: rgb(176,9,238); }

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