Html Css Color HEX #B706F1 Electric Purple

📋 copy color: '#B706F1'

red 183 ◦ green 6 ◦ blue 241

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

Shades of Electric Purple #B706F1

Tints of Electric Purple #B706F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 42.56%
G = 1.4%
B = 56.05%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B706F1 (or 0xB706F1) is known color: Electric Purple. HEX triplet: B7, 06 and F1. RGB value is (183,6,241). Sum of RGB (Red+Green+Blue) = 183+6+241=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #B706F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706F1 is #48F90E. Grayscale: #545454. Windows color (decimal): -4782351 or 15795895. OLE color: 15795895.

HSL color Cylindrical-coordinate representation of color #B706F1: hue angle of 285.19º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B706F1 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 6 241 -
CMYK 0.24 0.98 0 0.05
HSL 285.19º 0.95% 0.48% -
HSV(B) 285.19º 0.98% 0.95% -
XYZ 35.47 16.55 84.54 -
YUV 85.71 215.64 197.39 -
System Red Green Blue C M Y K H S L
Decimal 183 6 241 0.24 0.98 0 0.05 285.19 0.95 0.48
Hex B7 6 F1 18 62 0 5 11D 5F 30
Octal 267 6 361 30 142 0 5 435 137 60
Binary 10110111 110 11110001 11000 1100010 0 101 100011101 1011111 110000

Color Harmonies of #B706F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706F1

Black with #B706F1

Text Example


Text Example

White with #B706F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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