Html Css Color HEX #B46EFC Medium Purple

📋 copy color: '#B46EFC'

red 180 ◦ green 110 ◦ blue 252

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

Shades of Medium Purple #B46EFC

Tints of Medium Purple #B46EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 33.21%
G = 20.3%
B = 46.49%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B46EFC (or 0xB46EFC) is known color: Medium Purple. HEX triplet: B4, 6E and FC. RGB value is (180,110,252). Sum of RGB (Red+Green+Blue) = 180+110+252=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #B46EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EFC is #4B9103. Grayscale: #929292. Windows color (decimal): -4952324 or 16543412. OLE color: 16543412.

HSL color Cylindrical-coordinate representation of color #B46EFC: hue angle of 269.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46EFC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 110 252 -
CMYK 0.29 0.56 0 0.01
HSL 269.58º 0.96% 0.71% -
HSV(B) 269.58º 0.56% 0.99% -
XYZ 41.97 27.88 95.27 -
YUV 147.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 180 110 252 0.29 0.56 0 0.01 269.58 0.96 0.71
Hex B4 6E FC 1D 38 0 1 10E 60 47
Octal 264 156 374 35 70 0 1 416 140 107
Binary 10110100 1101110 11111100 11101 111000 0 1 100001110 1100000 1000111

Color Harmonies of #B46EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EFC

Black with #B46EFC

Text Example


Text Example

White with #B46EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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