Html Css Color HEX #B46FED Medium Purple

📋 copy color: '#B46FED'

red 180 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #B46FED

Tints of Medium Purple #B46FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 34.09%
G = 21.02%
B = 44.89%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B46FED (or 0xB46FED) is known color: Medium Purple. HEX triplet: B4, 6F and ED. RGB value is (180,111,237). Sum of RGB (Red+Green+Blue) = 180+111+237=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #B46FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46FED is #4B9012. Grayscale: #919191. Windows color (decimal): -4952083 or 15560628. OLE color: 15560628.

HSL color Cylindrical-coordinate representation of color #B46FED: hue angle of 272.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B46FED is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 111 237 -
CMYK 0.24 0.53 0 0.07
HSL 272.86º 0.78% 0.68% -
HSV(B) 272.86º 0.53% 0.93% -
XYZ 39.79 27.19 83.27 -
YUV 146 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 180 111 237 0.24 0.53 0 0.07 272.86 0.78 0.68
Hex B4 6F ED 18 35 0 7 111 4E 44
Octal 264 157 355 30 65 0 7 421 116 104
Binary 10110100 1101111 11101101 11000 110101 0 111 100010001 1001110 1000100

Color Harmonies of #B46FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FED

Black with #B46FED

Text Example


Text Example

White with #B46FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FED; }

 p { color: rgb(180,111,237); }

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

background-color css

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

 a { background-color: rgb(180,111,237); }

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

border-color css

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

 span { border-color: rgb(180,111,237); }

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