Html Css Color HEX #B46EEF Medium Purple

📋 copy color: '#B46EEF'

red 180 ◦ green 110 ◦ blue 239

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

Shades of Medium Purple #B46EEF

Tints of Medium Purple #B46EEF

RGB

 RED value IS 180 (70.7% from 255) = 34.03%

 GREEN value IS 110 (43.36% from 255) = 20.79%

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

R = 34.03%
G = 20.79%
B = 45.18%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B46EEF (or 0xB46EEF) is known color: Medium Purple. HEX triplet: B4, 6E and EF. RGB value is (180,110,239). Sum of RGB (Red+Green+Blue) = 180+110+239=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #B46EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EEF is #4B9110. Grayscale: #919191. Windows color (decimal): -4952337 or 15691444. OLE color: 15691444.

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

Color convert

RGB 180 110 239 -
CMYK 0.25 0.54 0 0.06
HSL 272.56º 0.8% 0.68% -
HSV(B) 272.56º 0.54% 0.94% -
XYZ 39.98 27.09 84.78 -
YUV 145.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 180 110 239 0.25 0.54 0 0.06 272.56 0.8 0.68
Hex B4 6E EF 19 36 0 6 111 50 44
Octal 264 156 357 31 66 0 6 421 120 104
Binary 10110100 1101110 11101111 11001 110110 0 110 100010001 1010000 1000100

Color Harmonies of #B46EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EEF

Black with #B46EEF

Text Example


Text Example

White with #B46EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EEF; }

 p { color: rgb(180,110,239); }

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

background-color css

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

 a { background-color: rgb(180,110,239); }

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

border-color css

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

 span { border-color: rgb(180,110,239); }

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