Html Css Color HEX #B709FA Electric Purple

📋 copy color: '#B709FA'

red 183 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #B709FA

Tints of Electric Purple #B709FA

RGB

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

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

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

R = 41.4%
G = 2.04%
B = 56.56%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B709FA (or 0xB709FA) is known color: Electric Purple. HEX triplet: B7, 09 and FA. RGB value is (183,9,250). Sum of RGB (Red+Green+Blue) = 183+9+250=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #B709FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B709FA is #48F605. Grayscale: #575757. Windows color (decimal): -4781574 or 16386487. OLE color: 16386487.

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

Color convert

RGB 183 9 250 -
CMYK 0.27 0.96 0 0.02
HSL 283.32º 0.96% 0.51% -
HSV(B) 283.32º 0.96% 0.98% -
XYZ 36.88 17.16 91.81 -
YUV 88.5 219.15 195.4 -
System Red Green Blue C M Y K H S L
Decimal 183 9 250 0.27 0.96 0 0.02 283.32 0.96 0.51
Hex B7 9 FA 1B 60 0 2 11B 60 33
Octal 267 11 372 33 140 0 2 433 140 63
Binary 10110111 1001 11111010 11011 1100000 0 10 100011011 1100000 110011

Color Harmonies of #B709FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709FA

Black with #B709FA

Text Example


Text Example

White with #B709FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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