Html Css Color HEX #B207ED Electric Purple

📋 copy color: '#B207ED'

red 178 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #B207ED

Tints of Electric Purple #B207ED

RGB

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

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

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

R = 42.18%
G = 1.66%
B = 56.16%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B207ED (or 0xB207ED) is known color: Electric Purple. HEX triplet: B2, 07 and ED. RGB value is (178,7,237). Sum of RGB (Red+Green+Blue) = 178+7+237=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #B207ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B207ED is #4DF812. Grayscale: #535353. Windows color (decimal): -5109779 or 15534002. OLE color: 15534002.

HSL color Cylindrical-coordinate representation of color #B207ED: hue angle of 284.61º degrees, saturation: 0.94, 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 #B207ED is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 7 237 -
CMYK 0.25 0.97 0 0.07
HSL 284.61º 0.94% 0.48% -
HSV(B) 284.61º 0.97% 0.93% -
XYZ 33.72 15.73 81.38 -
YUV 84.35 214.15 194.8 -
System Red Green Blue C M Y K H S L
Decimal 178 7 237 0.25 0.97 0 0.07 284.61 0.94 0.48
Hex B2 7 ED 19 61 0 7 11D 5E 30
Octal 262 7 355 31 141 0 7 435 136 60
Binary 10110010 111 11101101 11001 1100001 0 111 100011101 1011110 110000

Color Harmonies of #B207ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207ED

Black with #B207ED

Text Example


Text Example

White with #B207ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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