Html Css Color HEX #B709E0 Electric Purple

📋 copy color: '#B709E0'

red 183 ◦ green 9 ◦ blue 224

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

Shades of Electric Purple #B709E0

Tints of Electric Purple #B709E0

RGB

 RED value IS 183 (71.88% from 255) = 43.99%

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

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 43.99%
G = 2.16%
B = 53.85%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B709E0 (or 0xB709E0) is known color: Electric Purple. HEX triplet: B7, 09 and E0. RGB value is (183,9,224). Sum of RGB (Red+Green+Blue) = 183+9+224=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #B709E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B709E0 is #48F61F. Grayscale: #545454. Windows color (decimal): -4781600 or 14682551. OLE color: 14682551.

HSL color Cylindrical-coordinate representation of color #B709E0: hue angle of 288.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B709E0 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 9 224 -
CMYK 0.18 0.96 0 0.12
HSL 288.56º 0.92% 0.46% -
HSV(B) 288.56º 0.96% 0.88% -
XYZ 33.08 15.64 71.8 -
YUV 85.54 206.15 197.52 -
System Red Green Blue C M Y K H S L
Decimal 183 9 224 0.18 0.96 0 0.12 288.56 0.92 0.46
Hex B7 9 E0 12 60 0 C 121 5C 2E
Octal 267 11 340 22 140 0 14 441 134 56
Binary 10110111 1001 11100000 10010 1100000 0 1100 100100001 1011100 101110

Color Harmonies of #B709E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709E0

Black with #B709E0

Text Example


Text Example

White with #B709E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709E0; }

 p { color: rgb(183,9,224); }

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

background-color css

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

 a { background-color: rgb(183,9,224); }

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

border-color css

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

 span { border-color: rgb(183,9,224); }

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