Html Css Color HEX #B709FF Electric Purple

📋 copy color: '#B709FF'

red 183 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #B709FF

Tints of Electric Purple #B709FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.05%

R = 40.94%
G = 2.01%
B = 57.05%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B709FF (or 0xB709FF) is known color: Electric Purple. HEX triplet: B7, 09 and FF. RGB value is (183,9,255). Sum of RGB (Red+Green+Blue) = 183+9+255=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #B709FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B709FF is #48F600. Grayscale: #585858. Windows color (decimal): -4781569 or 16714167. OLE color: 16714167.

HSL color Cylindrical-coordinate representation of color #B709FF: hue angle of 282.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B709FF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 9 255 -
CMYK 0.28 0.96 0 0
HSL 282.44º 1% 0.52% -
HSV(B) 282.44º 0.96% 1% -
XYZ 37.68 17.48 96 -
YUV 89.07 221.65 195 -
System Red Green Blue C M Y K H S L
Decimal 183 9 255 0.28 0.96 0 0 282.44 1 0.52
Hex B7 9 FF 1C 60 0 0 11A 64 34
Octal 267 11 377 34 140 0 0 432 144 64
Binary 10110111 1001 11111111 11100 1100000 0 0 100011010 1100100 110100

Color Harmonies of #B709FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709FF

Black with #B709FF

Text Example


Text Example

White with #B709FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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