Html Css Color HEX #B46EC1 Medium Orchid

📋 copy color: '#B46EC1'

red 180 ◦ green 110 ◦ blue 193

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

Shades of Medium Orchid #B46EC1

Tints of Medium Orchid #B46EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 37.27%
G = 22.77%
B = 39.96%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B46EC1 (or 0xB46EC1) is known color: Medium Orchid. HEX triplet: B4, 6E and C1. RGB value is (180,110,193). Sum of RGB (Red+Green+Blue) = 180+110+193=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B46EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EC1 is #4B913E. Grayscale: #8C8C8C. Windows color (decimal): -4952383 or 12676788. OLE color: 12676788.

HSL color Cylindrical-coordinate representation of color #B46EC1: hue angle of 290.6º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46EC1 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 110 193 -
CMYK 0.07 0.43 0 0.24
HSL 290.6º 0.4% 0.59% -
HSV(B) 290.6º 0.43% 0.76% -
XYZ 34.02 24.71 53.43 -
YUV 140.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 180 110 193 0.07 0.43 0 0.24 290.6 0.4 0.59
Hex B4 6E C1 7 2B 0 18 123 28 3B
Octal 264 156 301 7 53 0 30 443 50 73
Binary 10110100 1101110 11000001 111 101011 0 11000 100100011 101000 111011

Color Harmonies of #B46EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EC1

Black with #B46EC1

Text Example


Text Example

White with #B46EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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