Html Css Color HEX #B46ED6 Medium Orchid

📋 copy color: '#B46ED6'

red 180 ◦ green 110 ◦ blue 214

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

Shades of Medium Orchid #B46ED6

Tints of Medium Orchid #B46ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.46%

R = 35.71%
G = 21.83%
B = 42.46%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B46ED6 (or 0xB46ED6) is known color: Medium Orchid. HEX triplet: B4, 6E and D6. RGB value is (180,110,214). Sum of RGB (Red+Green+Blue) = 180+110+214=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #B46ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ED6 is #4B9129. Grayscale: #8E8E8E. Windows color (decimal): -4952362 or 14053044. OLE color: 14053044.

HSL color Cylindrical-coordinate representation of color #B46ED6: hue angle of 280.38º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B46ED6 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 110 214 -
CMYK 0.16 0.49 0 0.16
HSL 280.38º 0.56% 0.64% -
HSV(B) 280.38º 0.49% 0.84% -
XYZ 36.54 25.71 66.66 -
YUV 142.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 180 110 214 0.16 0.49 0 0.16 280.38 0.56 0.64
Hex B4 6E D6 10 31 0 10 118 38 40
Octal 264 156 326 20 61 0 20 430 70 100
Binary 10110100 1101110 11010110 10000 110001 0 10000 100011000 111000 1000000

Color Harmonies of #B46ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ED6

Black with #B46ED6

Text Example


Text Example

White with #B46ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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