Html Css Color HEX #B207FA Electric Purple

📋 copy color: '#B207FA'

red 178 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #B207FA

Tints of Electric Purple #B207FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 40.92%
G = 1.61%
B = 57.47%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B207FA (or 0xB207FA) is known color: Electric Purple. HEX triplet: B2, 07 and FA. RGB value is (178,7,250). Sum of RGB (Red+Green+Blue) = 178+7+250=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #B207FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B207FA is #4DF805. Grayscale: #555555. Windows color (decimal): -5109766 or 16385970. OLE color: 16385970.

HSL color Cylindrical-coordinate representation of color #B207FA: hue angle of 282.22º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B207FA is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 7 250 -
CMYK 0.29 0.97 0 0.02
HSL 282.22º 0.96% 0.5% -
HSV(B) 282.22º 0.97% 0.98% -
XYZ 35.69 16.52 91.75 -
YUV 85.83 220.65 193.74 -
System Red Green Blue C M Y K H S L
Decimal 178 7 250 0.29 0.97 0 0.02 282.22 0.96 0.5
Hex B2 7 FA 1D 61 0 2 11A 60 32
Octal 262 7 372 35 141 0 2 432 140 62
Binary 10110010 111 11111010 11101 1100001 0 10 100011010 1100000 110010

Color Harmonies of #B207FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207FA

Black with #B207FA

Text Example


Text Example

White with #B207FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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