Html Css Color HEX #B46ED2 Medium Orchid

📋 copy color: '#B46ED2'

red 180 ◦ green 110 ◦ blue 210

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

Shades of Medium Orchid #B46ED2

Tints of Medium Orchid #B46ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42%

R = 36%
G = 22%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B46ED2 (or 0xB46ED2) is known color: Medium Orchid. HEX triplet: B4, 6E and D2. RGB value is (180,110,210). Sum of RGB (Red+Green+Blue) = 180+110+210=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #B46ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ED2 is #4B912D. Grayscale: #8E8E8E. Windows color (decimal): -4952366 or 13790900. OLE color: 13790900.

HSL color Cylindrical-coordinate representation of color #B46ED2: hue angle of 282º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46ED2 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 110 210 -
CMYK 0.14 0.48 0 0.18
HSL 282º 0.53% 0.63% -
HSV(B) 282º 0.48% 0.82% -
XYZ 36.03 25.51 64 -
YUV 142.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 180 110 210 0.14 0.48 0 0.18 282 0.53 0.63
Hex B4 6E D2 E 30 0 12 11A 35 3F
Octal 264 156 322 16 60 0 22 432 65 77
Binary 10110100 1101110 11010010 1110 110000 0 10010 100011010 110101 111111

Color Harmonies of #B46ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ED2

Black with #B46ED2

Text Example


Text Example

White with #B46ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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