Html Css Color HEX #B671EF Medium Purple

📋 copy color: '#B671EF'

red 182 ◦ green 113 ◦ blue 239

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

Shades of Medium Purple #B671EF

Tints of Medium Purple #B671EF

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

 GREEN value IS 113 (44.53% from 255) = 21.16%

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 34.08%
G = 21.16%
B = 44.76%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B671EF (or 0xB671EF) is known color: Medium Purple. HEX triplet: B6, 71 and EF. RGB value is (182,113,239). Sum of RGB (Red+Green+Blue) = 182+113+239=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #B671EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671EF is #498E10. Grayscale: #939393. Windows color (decimal): -4820497 or 15692214. OLE color: 15692214.

HSL color Cylindrical-coordinate representation of color #B671EF: hue angle of 272.86º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B671EF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 113 239 -
CMYK 0.24 0.53 0 0.06
HSL 272.86º 0.8% 0.69% -
HSV(B) 272.86º 0.53% 0.94% -
XYZ 40.78 27.99 84.91 -
YUV 148 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 182 113 239 0.24 0.53 0 0.06 272.86 0.8 0.69
Hex B6 71 EF 18 35 0 6 111 50 45
Octal 266 161 357 30 65 0 6 421 120 105
Binary 10110110 1110001 11101111 11000 110101 0 110 100010001 1010000 1000101

Color Harmonies of #B671EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671EF

Black with #B671EF

Text Example


Text Example

White with #B671EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671EF; }

 p { color: rgb(182,113,239); }

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

background-color css

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

 a { background-color: rgb(182,113,239); }

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

border-color css

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

 span { border-color: rgb(182,113,239); }

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