Html Css Color HEX #B46EDB Medium Orchid

📋 copy color: '#B46EDB'

red 180 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #B46EDB

Tints of Medium Orchid #B46EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 35.36%
G = 21.61%
B = 43.03%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B46EDB (or 0xB46EDB) is known color: Medium Orchid. HEX triplet: B4, 6E and DB. RGB value is (180,110,219). Sum of RGB (Red+Green+Blue) = 180+110+219=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B46EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46EDB is #4B9124. Grayscale: #8E8E8E. Windows color (decimal): -4952357 or 14380724. OLE color: 14380724.

HSL color Cylindrical-coordinate representation of color #B46EDB: hue angle of 278.53º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46EDB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 110 219 -
CMYK 0.18 0.50 0 0.14
HSL 278.53º 0.6% 0.65% -
HSV(B) 278.53º 0.5% 0.86% -
XYZ 37.18 25.97 70.07 -
YUV 143.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 180 110 219 0.18 0.50 0 0.14 278.53 0.6 0.65
Hex B4 6E DB 12 32 0 E 117 3C 41
Octal 264 156 333 22 62 0 16 427 74 101
Binary 10110100 1101110 11011011 10010 110010 0 1110 100010111 111100 1000001

Color Harmonies of #B46EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EDB

Black with #B46EDB

Text Example


Text Example

White with #B46EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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