Html Css Color HEX #B207E9 Electric Purple

📋 copy color: '#B207E9'

red 178 ◦ green 7 ◦ blue 233

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

Shades of Electric Purple #B207E9

Tints of Electric Purple #B207E9

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

 GREEN value IS 7 (3.13% from 255) = 1.67%

 BLUE value IS 233 (91.41% from 255) = 55.74%

R = 42.58%
G = 1.67%
B = 55.74%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B207E9 (or 0xB207E9) is known color: Electric Purple. HEX triplet: B2, 07 and E9. RGB value is (178,7,233). Sum of RGB (Red+Green+Blue) = 178+7+233=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #B207E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B207E9 is #4DF816. Grayscale: #535353. Windows color (decimal): -5109783 or 15271858. OLE color: 15271858.

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

Color convert

RGB 178 7 233 -
CMYK 0.24 0.97 0 0.09
HSL 285.4º 0.94% 0.47% -
HSV(B) 285.4º 0.97% 0.91% -
XYZ 33.14 15.5 78.34 -
YUV 83.89 212.15 195.12 -
System Red Green Blue C M Y K H S L
Decimal 178 7 233 0.24 0.97 0 0.09 285.4 0.94 0.47
Hex B2 7 E9 18 61 0 9 11D 5E 2F
Octal 262 7 351 30 141 0 11 435 136 57
Binary 10110010 111 11101001 11000 1100001 0 1001 100011101 1011110 101111

Color Harmonies of #B207E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207E9

Black with #B207E9

Text Example


Text Example

White with #B207E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207E9; }

 p { color: rgb(178,7,233); }

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

background-color css

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

 a { background-color: rgb(178,7,233); }

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

border-color css

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

 span { border-color: rgb(178,7,233); }

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