Html Css Color HEX #B46ADE Medium Orchid

📋 copy color: '#B46ADE'

red 180 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #B46ADE

Tints of Medium Orchid #B46ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 35.43%
G = 20.87%
B = 43.7%

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

#B46ADE (or 0xB46ADE) is known color: Medium Orchid. HEX triplet: B4, 6A and DE. RGB value is (180,106,222). Sum of RGB (Red+Green+Blue) = 180+106+222=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #B46ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ADE is #4B9521. Grayscale: #8C8C8C. Windows color (decimal): -4953378 or 14576308. OLE color: 14576308.

HSL color Cylindrical-coordinate representation of color #B46ADE: hue angle of 278.28º degrees, saturation: 0.64, 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 #B46ADE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 106 222 -
CMYK 0.19 0.52 0 0.13
HSL 278.28º 0.64% 0.64% -
HSV(B) 278.28º 0.52% 0.87% -
XYZ 37.16 25.29 72.03 -
YUV 141.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 180 106 222 0.19 0.52 0 0.13 278.28 0.64 0.64
Hex B4 6A DE 13 34 0 D 116 40 40
Octal 264 152 336 23 64 0 15 426 100 100
Binary 10110100 1101010 11011110 10011 110100 0 1101 100010110 1000000 1000000

Color Harmonies of #B46ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ADE

Black with #B46ADE

Text Example


Text Example

White with #B46ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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