Html Css Color HEX #B46DD0 Medium Orchid

📋 copy color: '#B46DD0'

red 180 ◦ green 109 ◦ blue 208

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

Shades of Medium Orchid #B46DD0

Tints of Medium Orchid #B46DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 36.22%
G = 21.93%
B = 41.85%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B46DD0 (or 0xB46DD0) is known color: Medium Orchid. HEX triplet: B4, 6D and D0. RGB value is (180,109,208). Sum of RGB (Red+Green+Blue) = 180+109+208=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #B46DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DD0 is #4B922F. Grayscale: #8D8D8D. Windows color (decimal): -4952624 or 13659572. OLE color: 13659572.

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

Color convert

RGB 180 109 208 -
CMYK 0.13 0.48 0 0.18
HSL 283.03º 0.51% 0.62% -
HSV(B) 283.03º 0.48% 0.82% -
XYZ 35.68 25.19 62.66 -
YUV 141.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 180 109 208 0.13 0.48 0 0.18 283.03 0.51 0.62
Hex B4 6D D0 D 30 0 12 11B 33 3E
Octal 264 155 320 15 60 0 22 433 63 76
Binary 10110100 1101101 11010000 1101 110000 0 10010 100011011 110011 111110

Color Harmonies of #B46DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DD0

Black with #B46DD0

Text Example


Text Example

White with #B46DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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