Html Css Color HEX #B46ACD Medium Orchid

📋 copy color: '#B46ACD'

red 180 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #B46ACD

Tints of Medium Orchid #B46ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 36.66%
G = 21.59%
B = 41.75%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B46ACD (or 0xB46ACD) is known color: Medium Orchid. HEX triplet: B4, 6A and CD. RGB value is (180,106,205). Sum of RGB (Red+Green+Blue) = 180+106+205=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B46ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ACD is #4B9532. Grayscale: #8B8B8B. Windows color (decimal): -4953395 or 13462196. OLE color: 13462196.

HSL color Cylindrical-coordinate representation of color #B46ACD: hue angle of 284.85º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46ACD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 106 205 -
CMYK 0.12 0.48 0 0.20
HSL 284.85º 0.5% 0.61% -
HSV(B) 284.85º 0.48% 0.8% -
XYZ 35 24.42 60.63 -
YUV 139.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 180 106 205 0.12 0.48 0 0.20 284.85 0.5 0.61
Hex B4 6A CD C 30 0 14 11D 32 3D
Octal 264 152 315 14 60 0 24 435 62 75
Binary 10110100 1101010 11001101 1100 110000 0 10100 100011101 110010 111101

Color Harmonies of #B46ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ACD

Black with #B46ACD

Text Example


Text Example

White with #B46ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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