Html Css Color HEX #B46CDE Medium Orchid

📋 copy color: '#B46CDE'

red 180 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #B46CDE

Tints of Medium Orchid #B46CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.18%

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

R = 35.29%
G = 21.18%
B = 43.53%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46CDE (or 0xB46CDE) is known color: Medium Orchid. HEX triplet: B4, 6C and DE. RGB value is (180,108,222). Sum of RGB (Red+Green+Blue) = 180+108+222=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #B46CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CDE is #4B9321. Grayscale: #8E8E8E. Windows color (decimal): -4952866 or 14576820. OLE color: 14576820.

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

Color convert

RGB 180 108 222 -
CMYK 0.19 0.51 0 0.13
HSL 277.89º 0.63% 0.65% -
HSV(B) 277.89º 0.51% 0.87% -
XYZ 37.37 25.7 72.1 -
YUV 142.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 180 108 222 0.19 0.51 0 0.13 277.89 0.63 0.65
Hex B4 6C DE 13 33 0 D 116 3F 41
Octal 264 154 336 23 63 0 15 426 77 101
Binary 10110100 1101100 11011110 10011 110011 0 1101 100010110 111111 1000001

Color Harmonies of #B46CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CDE

Black with #B46CDE

Text Example


Text Example

White with #B46CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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