Html Css Color HEX #B46AD1 Medium Orchid

📋 copy color: '#B46AD1'

red 180 ◦ green 106 ◦ blue 209

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

Shades of Medium Orchid #B46AD1

Tints of Medium Orchid #B46AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.41%

 BLUE value IS 209 (82.03% from 255) = 42.22%

R = 36.36%
G = 21.41%
B = 42.22%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B46AD1 (or 0xB46AD1) is known color: Medium Orchid. HEX triplet: B4, 6A and D1. RGB value is (180,106,209). Sum of RGB (Red+Green+Blue) = 180+106+209=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #B46AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46AD1 is #4B952E. Grayscale: #8B8B8B. Windows color (decimal): -4953391 or 13724340. OLE color: 13724340.

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

Color convert

RGB 180 106 209 -
CMYK 0.14 0.49 0 0.18
HSL 283.11º 0.53% 0.62% -
HSV(B) 283.11º 0.49% 0.82% -
XYZ 35.49 24.61 63.2 -
YUV 139.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 180 106 209 0.14 0.49 0 0.18 283.11 0.53 0.62
Hex B4 6A D1 E 31 0 12 11B 35 3E
Octal 264 152 321 16 61 0 22 433 65 76
Binary 10110100 1101010 11010001 1110 110001 0 10010 100011011 110101 111110

Color Harmonies of #B46AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46AD1

Black with #B46AD1

Text Example


Text Example

White with #B46AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46AD1; }

 p { color: rgb(180,106,209); }

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

background-color css

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

 a { background-color: rgb(180,106,209); }

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

border-color css

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

 span { border-color: rgb(180,106,209); }

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