Html Css Color HEX #B46ADD Medium Orchid

📋 copy color: '#B46ADD'

red 180 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #B46ADD

Tints of Medium Orchid #B46ADD

RGB

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

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

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

R = 35.5%
G = 20.91%
B = 43.59%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46ADD (or 0xB46ADD) is known color: Medium Orchid. HEX triplet: B4, 6A and DD. RGB value is (180,106,221). Sum of RGB (Red+Green+Blue) = 180+106+221=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ADD is #4B9522. Grayscale: #8C8C8C. Windows color (decimal): -4953379 or 14510772. OLE color: 14510772.

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

Color convert

RGB 180 106 221 -
CMYK 0.19 0.52 0 0.13
HSL 278.61º 0.63% 0.64% -
HSV(B) 278.61º 0.52% 0.87% -
XYZ 37.03 25.23 71.33 -
YUV 141.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 180 106 221 0.19 0.52 0 0.13 278.61 0.63 0.64
Hex B4 6A DD 13 34 0 D 117 3F 40
Octal 264 152 335 23 64 0 15 427 77 100
Binary 10110100 1101010 11011101 10011 110100 0 1101 100010111 111111 1000000

Color Harmonies of #B46ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ADD

Black with #B46ADD

Text Example


Text Example

White with #B46ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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