Html Css Color HEX #B706EA Electric Purple

📋 copy color: '#B706EA'

red 183 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #B706EA

Tints of Electric Purple #B706EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 43.26%
G = 1.42%
B = 55.32%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B706EA (or 0xB706EA) is known color: Electric Purple. HEX triplet: B7, 06 and EA. RGB value is (183,6,234). Sum of RGB (Red+Green+Blue) = 183+6+234=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #B706EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706EA is #48F915. Grayscale: #545454. Windows color (decimal): -4782358 or 15337143. OLE color: 15337143.

HSL color Cylindrical-coordinate representation of color #B706EA: hue angle of 286.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706EA is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 6 234 -
CMYK 0.22 0.97 0 0.08
HSL 286.58º 0.95% 0.47% -
HSV(B) 286.58º 0.97% 0.92% -
XYZ 34.44 16.14 79.14 -
YUV 84.92 212.14 197.96 -
System Red Green Blue C M Y K H S L
Decimal 183 6 234 0.22 0.97 0 0.08 286.58 0.95 0.47
Hex B7 6 EA 16 61 0 8 11F 5F 2F
Octal 267 6 352 26 141 0 10 437 137 57
Binary 10110111 110 11101010 10110 1100001 0 1000 100011111 1011111 101111

Color Harmonies of #B706EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706EA

Black with #B706EA

Text Example


Text Example

White with #B706EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706EA; }

 p { color: rgb(183,6,234); }

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

background-color css

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

 a { background-color: rgb(183,6,234); }

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

border-color css

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

 span { border-color: rgb(183,6,234); }

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