Html Css Color HEX #B46DDB Medium Orchid

📋 copy color: '#B46DDB'

red 180 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #B46DDB

Tints of Medium Orchid #B46DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.46%

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

R = 35.43%
G = 21.46%
B = 43.11%

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

#B46DDB (or 0xB46DDB) is known color: Medium Orchid. HEX triplet: B4, 6D and DB. RGB value is (180,109,219). Sum of RGB (Red+Green+Blue) = 180+109+219=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #B46DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DDB is #4B9224. Grayscale: #8E8E8E. Windows color (decimal): -4952613 or 14380468. OLE color: 14380468.

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

Color convert

RGB 180 109 219 -
CMYK 0.18 0.50 0 0.14
HSL 278.73º 0.6% 0.64% -
HSV(B) 278.73º 0.5% 0.86% -
XYZ 37.08 25.76 70.03 -
YUV 142.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 180 109 219 0.18 0.50 0 0.14 278.73 0.6 0.64
Hex B4 6D DB 12 32 0 E 117 3C 40
Octal 264 155 333 22 62 0 16 427 74 100
Binary 10110100 1101101 11011011 10010 110010 0 1110 100010111 111100 1000000

Color Harmonies of #B46DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DDB

Black with #B46DDB

Text Example


Text Example

White with #B46DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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