Html Css Color HEX #B46EE8 Medium Orchid

📋 copy color: '#B46EE8'

red 180 ◦ green 110 ◦ blue 232

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

Shades of Medium Orchid #B46EE8

Tints of Medium Orchid #B46EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 34.48%
G = 21.07%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B46EE8 (or 0xB46EE8) is known color: Medium Orchid. HEX triplet: B4, 6E and E8. RGB value is (180,110,232). Sum of RGB (Red+Green+Blue) = 180+110+232=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #B46EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EE8 is #4B9117. Grayscale: #909090. Windows color (decimal): -4952344 or 15232692. OLE color: 15232692.

HSL color Cylindrical-coordinate representation of color #B46EE8: hue angle of 274.43º degrees, saturation: 0.73, 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 #B46EE8 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 110 232 -
CMYK 0.22 0.53 0 0.09
HSL 274.43º 0.73% 0.67% -
HSV(B) 274.43º 0.53% 0.91% -
XYZ 38.96 26.68 79.44 -
YUV 144.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 180 110 232 0.22 0.53 0 0.09 274.43 0.73 0.67
Hex B4 6E E8 16 35 0 9 112 49 43
Octal 264 156 350 26 65 0 11 422 111 103
Binary 10110100 1101110 11101000 10110 110101 0 1001 100010010 1001001 1000011

Color Harmonies of #B46EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EE8

Black with #B46EE8

Text Example


Text Example

White with #B46EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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