Html Css Color HEX #B46EE0 Medium Orchid

📋 copy color: '#B46EE0'

red 180 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #B46EE0

Tints of Medium Orchid #B46EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 35.02%
G = 21.4%
B = 43.58%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B46EE0 (or 0xB46EE0) is known color: Medium Orchid. HEX triplet: B4, 6E and E0. RGB value is (180,110,224). Sum of RGB (Red+Green+Blue) = 180+110+224=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #B46EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EE0 is #4B911F. Grayscale: #8F8F8F. Windows color (decimal): -4952352 or 14708404. OLE color: 14708404.

HSL color Cylindrical-coordinate representation of color #B46EE0: hue angle of 276.84º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46EE0 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 110 224 -
CMYK 0.20 0.51 0 0.12
HSL 276.84º 0.65% 0.65% -
HSV(B) 276.84º 0.51% 0.88% -
XYZ 37.85 26.24 73.59 -
YUV 143.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 180 110 224 0.20 0.51 0 0.12 276.84 0.65 0.65
Hex B4 6E E0 14 33 0 C 115 41 41
Octal 264 156 340 24 63 0 14 425 101 101
Binary 10110100 1101110 11100000 10100 110011 0 1100 100010101 1000001 1000001

Color Harmonies of #B46EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EE0

Black with #B46EE0

Text Example


Text Example

White with #B46EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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