Html Css Color HEX #B009E7 Electric Purple

📋 copy color: '#B009E7'

red 176 ◦ green 9 ◦ blue 231

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

Shades of Electric Purple #B009E7

Tints of Electric Purple #B009E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.53%

R = 42.31%
G = 2.16%
B = 55.53%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B009E7 (or 0xB009E7) is known color: Electric Purple. HEX triplet: B0, 09 and E7. RGB value is (176,9,231). Sum of RGB (Red+Green+Blue) = 176+9+231=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #B009E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B009E7 is #4FF618. Grayscale: #535353. Windows color (decimal): -5240345 or 15141296. OLE color: 15141296.

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

Color convert

RGB 176 9 231 -
CMYK 0.24 0.96 0 0.09
HSL 285.14º 0.93% 0.47% -
HSV(B) 285.14º 0.96% 0.91% -
XYZ 32.43 15.2 76.83 -
YUV 84.24 210.83 193.45 -
System Red Green Blue C M Y K H S L
Decimal 176 9 231 0.24 0.96 0 0.09 285.14 0.93 0.47
Hex B0 9 E7 18 60 0 9 11D 5C 2F
Octal 260 11 347 30 140 0 11 435 134 57
Binary 10110000 1001 11100111 11000 1100000 0 1001 100011101 1011100 101111

Color Harmonies of #B009E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B009E7

Black with #B009E7

Text Example


Text Example

White with #B009E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B009E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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