Html Css Color HEX #B706FD Electric Purple

📋 copy color: '#B706FD'

red 183 ◦ green 6 ◦ blue 253

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

Shades of Electric Purple #B706FD

Tints of Electric Purple #B706FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 41.4%
G = 1.36%
B = 57.24%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B706FD (or 0xB706FD) is known color: Electric Purple. HEX triplet: B7, 06 and FD. RGB value is (183,6,253). Sum of RGB (Red+Green+Blue) = 183+6+253=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #B706FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706FD is #48F902. Grayscale: #565656. Windows color (decimal): -4782339 or 16582327. OLE color: 16582327.

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

Color convert

RGB 183 6 253 -
CMYK 0.28 0.98 0 0.01
HSL 283º 0.98% 0.51% -
HSV(B) 283º 0.98% 0.99% -
XYZ 37.32 17.29 94.3 -
YUV 87.08 221.64 196.42 -
System Red Green Blue C M Y K H S L
Decimal 183 6 253 0.28 0.98 0 0.01 283 0.98 0.51
Hex B7 6 FD 1C 62 0 1 11B 62 33
Octal 267 6 375 34 142 0 1 433 142 63
Binary 10110111 110 11111101 11100 1100010 0 1 100011011 1100010 110011

Color Harmonies of #B706FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706FD

Black with #B706FD

Text Example


Text Example

White with #B706FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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