Html Css Color HEX #B46EE9 Medium Orchid

📋 copy color: '#B46EE9'

red 180 ◦ green 110 ◦ blue 233

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

Shades of Medium Orchid #B46EE9

Tints of Medium Orchid #B46EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.55%

R = 34.42%
G = 21.03%
B = 44.55%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B46EE9 (or 0xB46EE9) is known color: Medium Orchid. HEX triplet: B4, 6E and E9. RGB value is (180,110,233). Sum of RGB (Red+Green+Blue) = 180+110+233=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #B46EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EE9 is #4B9116. Grayscale: #909090. Windows color (decimal): -4952343 or 15298228. OLE color: 15298228.

HSL color Cylindrical-coordinate representation of color #B46EE9: hue angle of 274.15º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B46EE9 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 110 233 -
CMYK 0.23 0.53 0 0.09
HSL 274.15º 0.74% 0.67% -
HSV(B) 274.15º 0.53% 0.91% -
XYZ 39.11 26.74 80.19 -
YUV 144.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 180 110 233 0.23 0.53 0 0.09 274.15 0.74 0.67
Hex B4 6E E9 17 35 0 9 112 4A 43
Octal 264 156 351 27 65 0 11 422 112 103
Binary 10110100 1101110 11101001 10111 110101 0 1001 100010010 1001010 1000011

Color Harmonies of #B46EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EE9

Black with #B46EE9

Text Example


Text Example

White with #B46EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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