Html Css Color HEX #B46ECD Medium Orchid

📋 copy color: '#B46ECD'

red 180 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B46ECD

Tints of Medium Orchid #B46ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

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

R = 36.36%
G = 22.22%
B = 41.41%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B46ECD (or 0xB46ECD) is known color: Medium Orchid. HEX triplet: B4, 6E and CD. RGB value is (180,110,205). Sum of RGB (Red+Green+Blue) = 180+110+205=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #B46ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ECD is #4B9132. Grayscale: #8D8D8D. Windows color (decimal): -4952371 or 13463220. OLE color: 13463220.

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

Color convert

RGB 180 110 205 -
CMYK 0.12 0.46 0 0.20
HSL 284.21º 0.49% 0.62% -
HSV(B) 284.21º 0.46% 0.8% -
XYZ 35.42 25.26 60.77 -
YUV 141.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 180 110 205 0.12 0.46 0 0.20 284.21 0.49 0.62
Hex B4 6E CD C 2E 0 14 11C 31 3E
Octal 264 156 315 14 56 0 24 434 61 76
Binary 10110100 1101110 11001101 1100 101110 0 10100 100011100 110001 111110

Color Harmonies of #B46ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ECD

Black with #B46ECD

Text Example


Text Example

White with #B46ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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