Html Css Color HEX #B46DDD Medium Orchid

📋 copy color: '#B46DDD'

red 180 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #B46DDD

Tints of Medium Orchid #B46DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 35.29%
G = 21.37%
B = 43.33%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46DDD (or 0xB46DDD) is known color: Medium Orchid. HEX triplet: B4, 6D and DD. RGB value is (180,109,221). Sum of RGB (Red+Green+Blue) = 180+109+221=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DDD is #4B9222. Grayscale: #8E8E8E. Windows color (decimal): -4952611 or 14511540. OLE color: 14511540.

HSL color Cylindrical-coordinate representation of color #B46DDD: hue angle of 278.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46DDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 109 221 -
CMYK 0.19 0.51 0 0.13
HSL 278.04º 0.62% 0.65% -
HSV(B) 278.04º 0.51% 0.87% -
XYZ 37.34 25.86 71.43 -
YUV 143 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 180 109 221 0.19 0.51 0 0.13 278.04 0.62 0.65
Hex B4 6D DD 13 33 0 D 116 3E 41
Octal 264 155 335 23 63 0 15 426 76 101
Binary 10110100 1101101 11011101 10011 110011 0 1101 100010110 111110 1000001

Color Harmonies of #B46DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DDD

Black with #B46DDD

Text Example


Text Example

White with #B46DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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