Html Css Color HEX #B46CFB Medium Purple

📋 copy color: '#B46CFB'

red 180 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #B46CFB

Tints of Medium Purple #B46CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.04%

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

R = 33.4%
G = 20.04%
B = 46.57%

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

#B46CFB (or 0xB46CFB) is known color: Medium Purple. HEX triplet: B4, 6C and FB. RGB value is (180,108,251). Sum of RGB (Red+Green+Blue) = 180+108+251=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #B46CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46CFB is #4B9304. Grayscale: #919191. Windows color (decimal): -4952837 or 16477364. OLE color: 16477364.

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

Color convert

RGB 180 108 251 -
CMYK 0.28 0.57 0 0.02
HSL 270.21º 0.95% 0.7% -
HSV(B) 270.21º 0.57% 0.98% -
XYZ 41.6 27.39 94.36 -
YUV 145.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 180 108 251 0.28 0.57 0 0.02 270.21 0.95 0.7
Hex B4 6C FB 1C 39 0 2 10E 5F 46
Octal 264 154 373 34 71 0 2 416 137 106
Binary 10110100 1101100 11111011 11100 111001 0 10 100001110 1011111 1000110

Color Harmonies of #B46CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CFB

Black with #B46CFB

Text Example


Text Example

White with #B46CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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