Html Css Color HEX #B46BFC Medium Purple

📋 copy color: '#B46BFC'

red 180 ◦ green 107 ◦ blue 252

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

Shades of Medium Purple #B46BFC

Tints of Medium Purple #B46BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.85%

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

R = 33.4%
G = 19.85%
B = 46.75%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B46BFC (or 0xB46BFC) is known color: Medium Purple. HEX triplet: B4, 6B and FC. RGB value is (180,107,252). Sum of RGB (Red+Green+Blue) = 180+107+252=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #B46BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46BFC is #4B9403. Grayscale: #909090. Windows color (decimal): -4953092 or 16542644. OLE color: 16542644.

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

Color convert

RGB 180 107 252 -
CMYK 0.29 0.58 0 0.01
HSL 270.21º 0.96% 0.7% -
HSV(B) 270.21º 0.58% 0.99% -
XYZ 41.65 27.25 95.16 -
YUV 145.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 180 107 252 0.29 0.58 0 0.01 270.21 0.96 0.7
Hex B4 6B FC 1D 3A 0 1 10E 60 46
Octal 264 153 374 35 72 0 1 416 140 106
Binary 10110100 1101011 11111100 11101 111010 0 1 100001110 1100000 1000110

Color Harmonies of #B46BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BFC

Black with #B46BFC

Text Example


Text Example

White with #B46BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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