Html Css Color HEX #B206E1 Electric Purple

📋 copy color: '#B206E1'

red 178 ◦ green 6 ◦ blue 225

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

Shades of Electric Purple #B206E1

Tints of Electric Purple #B206E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 43.52%
G = 1.47%
B = 55.01%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B206E1 (or 0xB206E1) is known color: Electric Purple. HEX triplet: B2, 06 and E1. RGB value is (178,6,225). Sum of RGB (Red+Green+Blue) = 178+6+225=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #B206E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206E1 is #4DF91E. Grayscale: #515151. Windows color (decimal): -5110047 or 14747314. OLE color: 14747314.

HSL color Cylindrical-coordinate representation of color #B206E1: hue angle of 287.12º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206E1 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 6 225 -
CMYK 0.21 0.97 0 0.12
HSL 287.12º 0.95% 0.45% -
HSV(B) 287.12º 0.97% 0.88% -
XYZ 32.02 15.03 72.45 -
YUV 82.39 208.48 196.19 -
System Red Green Blue C M Y K H S L
Decimal 178 6 225 0.21 0.97 0 0.12 287.12 0.95 0.45
Hex B2 6 E1 15 61 0 C 11F 5F 2D
Octal 262 6 341 25 141 0 14 437 137 55
Binary 10110010 110 11100001 10101 1100001 0 1100 100011111 1011111 101101

Color Harmonies of #B206E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206E1

Black with #B206E1

Text Example


Text Example

White with #B206E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206E1; }

 p { color: rgb(178,6,225); }

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

background-color css

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

 a { background-color: rgb(178,6,225); }

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

border-color css

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

 span { border-color: rgb(178,6,225); }

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