Html Css Color HEX #B46BE8 Medium Orchid

📋 copy color: '#B46BE8'

red 180 ◦ green 107 ◦ blue 232

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

Shades of Medium Orchid #B46BE8

Tints of Medium Orchid #B46BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

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

R = 34.68%
G = 20.62%
B = 44.7%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B46BE8 (or 0xB46BE8) is known color: Medium Orchid. HEX triplet: B4, 6B and E8. RGB value is (180,107,232). Sum of RGB (Red+Green+Blue) = 180+107+232=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #B46BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46BE8 is #4B9417. Grayscale: #8E8E8E. Windows color (decimal): -4953112 or 15231924. OLE color: 15231924.

HSL color Cylindrical-coordinate representation of color #B46BE8: hue angle of 275.04º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46BE8 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 107 232 -
CMYK 0.22 0.54 0 0.09
HSL 275.04º 0.73% 0.66% -
HSV(B) 275.04º 0.54% 0.91% -
XYZ 38.65 26.04 79.33 -
YUV 143.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 180 107 232 0.22 0.54 0 0.09 275.04 0.73 0.66
Hex B4 6B E8 16 36 0 9 113 49 42
Octal 264 153 350 26 66 0 11 423 111 102
Binary 10110100 1101011 11101000 10110 110110 0 1001 100010011 1001001 1000010

Color Harmonies of #B46BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BE8

Black with #B46BE8

Text Example


Text Example

White with #B46BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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