Html Css Color HEX #B46DFB Medium Purple

📋 copy color: '#B46DFB'

red 180 ◦ green 109 ◦ blue 251

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

Shades of Medium Purple #B46DFB

Tints of Medium Purple #B46DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.19%

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

R = 33.33%
G = 20.19%
B = 46.48%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B46DFB (or 0xB46DFB) is known color: Medium Purple. HEX triplet: B4, 6D and FB. RGB value is (180,109,251). Sum of RGB (Red+Green+Blue) = 180+109+251=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #B46DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46DFB is #4B9204. Grayscale: #919191. Windows color (decimal): -4952581 or 16477620. OLE color: 16477620.

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

Color convert

RGB 180 109 251 -
CMYK 0.28 0.57 0 0.02
HSL 270º 0.95% 0.71% -
HSV(B) 270º 0.57% 0.98% -
XYZ 41.7 27.61 94.4 -
YUV 146.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 180 109 251 0.28 0.57 0 0.02 270 0.95 0.71
Hex B4 6D FB 1C 39 0 2 10E 5F 47
Octal 264 155 373 34 71 0 2 416 137 107
Binary 10110100 1101101 11111011 11100 111001 0 10 100001110 1011111 1000111

Color Harmonies of #B46DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DFB

Black with #B46DFB

Text Example


Text Example

White with #B46DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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