Html Css Color HEX #B46DD5 Medium Orchid

📋 copy color: '#B46DD5'

red 180 ◦ green 109 ◦ blue 213

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

Shades of Medium Orchid #B46DD5

Tints of Medium Orchid #B46DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 35.86%
G = 21.71%
B = 42.43%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B46DD5 (or 0xB46DD5) is known color: Medium Orchid. HEX triplet: B4, 6D and D5. RGB value is (180,109,213). Sum of RGB (Red+Green+Blue) = 180+109+213=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #B46DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DD5 is #4B922A. Grayscale: #8D8D8D. Windows color (decimal): -4952619 or 13987252. OLE color: 13987252.

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

Color convert

RGB 180 109 213 -
CMYK 0.15 0.49 0 0.16
HSL 280.96º 0.55% 0.63% -
HSV(B) 280.96º 0.49% 0.84% -
XYZ 36.3 25.44 65.95 -
YUV 142.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 180 109 213 0.15 0.49 0 0.16 280.96 0.55 0.63
Hex B4 6D D5 F 31 0 10 119 37 3F
Octal 264 155 325 17 61 0 20 431 67 77
Binary 10110100 1101101 11010101 1111 110001 0 10000 100011001 110111 111111

Color Harmonies of #B46DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DD5

Black with #B46DD5

Text Example


Text Example

White with #B46DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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