Html Css Color HEX #B46EFB Medium Purple

📋 copy color: '#B46EFB'

red 180 ◦ green 110 ◦ blue 251

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

Shades of Medium Purple #B46EFB

Tints of Medium Purple #B46EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 33.27%
G = 20.33%
B = 46.4%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B46EFB (or 0xB46EFB) is known color: Medium Purple. HEX triplet: B4, 6E and FB. RGB value is (180,110,251). Sum of RGB (Red+Green+Blue) = 180+110+251=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #B46EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EFB is #4B9104. Grayscale: #929292. Windows color (decimal): -4952325 or 16477876. OLE color: 16477876.

HSL color Cylindrical-coordinate representation of color #B46EFB: hue angle of 269.79º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46EFB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 110 251 -
CMYK 0.28 0.56 0 0.02
HSL 269.79º 0.95% 0.71% -
HSV(B) 269.79º 0.56% 0.98% -
XYZ 41.81 27.82 94.43 -
YUV 147 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 180 110 251 0.28 0.56 0 0.02 269.79 0.95 0.71
Hex B4 6E FB 1C 38 0 2 10E 5F 47
Octal 264 156 373 34 70 0 2 416 137 107
Binary 10110100 1101110 11111011 11100 111000 0 10 100001110 1011111 1000111

Color Harmonies of #B46EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EFB

Black with #B46EFB

Text Example


Text Example

White with #B46EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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