Html Css Color HEX #B46EDD Medium Orchid

📋 copy color: '#B46EDD'

red 180 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #B46EDD

Tints of Medium Orchid #B46EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 35.23%
G = 21.53%
B = 43.25%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46EDD (or 0xB46EDD) is known color: Medium Orchid. HEX triplet: B4, 6E and DD. RGB value is (180,110,221). Sum of RGB (Red+Green+Blue) = 180+110+221=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EDD is #4B9122. Grayscale: #8F8F8F. Windows color (decimal): -4952355 or 14511796. OLE color: 14511796.

HSL color Cylindrical-coordinate representation of color #B46EDD: hue angle of 277.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46EDD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 110 221 -
CMYK 0.19 0.50 0 0.13
HSL 277.84º 0.62% 0.65% -
HSV(B) 277.84º 0.5% 0.87% -
XYZ 37.45 26.08 71.47 -
YUV 143.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 180 110 221 0.19 0.50 0 0.13 277.84 0.62 0.65
Hex B4 6E DD 13 32 0 D 116 3E 41
Octal 264 156 335 23 62 0 15 426 76 101
Binary 10110100 1101110 11011101 10011 110010 0 1101 100010110 111110 1000001

Color Harmonies of #B46EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EDD

Black with #B46EDD

Text Example


Text Example

White with #B46EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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