Html Css Color HEX #B46ED7 Medium Orchid

📋 copy color: '#B46ED7'

red 180 ◦ green 110 ◦ blue 215

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

Shades of Medium Orchid #B46ED7

Tints of Medium Orchid #B46ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.57%

R = 35.64%
G = 21.78%
B = 42.57%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B46ED7 (or 0xB46ED7) is known color: Medium Orchid. HEX triplet: B4, 6E and D7. RGB value is (180,110,215). Sum of RGB (Red+Green+Blue) = 180+110+215=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #B46ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ED7 is #4B9128. Grayscale: #8E8E8E. Windows color (decimal): -4952361 or 14118580. OLE color: 14118580.

HSL color Cylindrical-coordinate representation of color #B46ED7: hue angle of 280º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B46ED7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 110 215 -
CMYK 0.16 0.49 0 0.16
HSL 280º 0.57% 0.64% -
HSV(B) 280º 0.49% 0.84% -
XYZ 36.66 25.76 67.33 -
YUV 142.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 180 110 215 0.16 0.49 0 0.16 280 0.57 0.64
Hex B4 6E D7 10 31 0 10 118 39 40
Octal 264 156 327 20 61 0 20 430 71 100
Binary 10110100 1101110 11010111 10000 110001 0 10000 100011000 111001 1000000

Color Harmonies of #B46ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ED7

Black with #B46ED7

Text Example


Text Example

White with #B46ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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