Html Css Color HEX #B46DDA Medium Orchid

📋 copy color: '#B46DDA'

red 180 ◦ green 109 ◦ blue 218

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

Shades of Medium Orchid #B46DDA

Tints of Medium Orchid #B46DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

 BLUE value IS 218 (85.55% from 255) = 43%

R = 35.5%
G = 21.5%
B = 43%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B46DDA (or 0xB46DDA) is known color: Medium Orchid. HEX triplet: B4, 6D and DA. RGB value is (180,109,218). Sum of RGB (Red+Green+Blue) = 180+109+218=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B46DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DDA is #4B9225. Grayscale: #8E8E8E. Windows color (decimal): -4952614 or 14314932. OLE color: 14314932.

HSL color Cylindrical-coordinate representation of color #B46DDA: hue angle of 279.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46DDA is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 109 218 -
CMYK 0.17 0.5 0 0.15
HSL 279.08º 0.6% 0.64% -
HSV(B) 279.08º 0.5% 0.85% -
XYZ 36.95 25.7 69.34 -
YUV 142.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 180 109 218 0.17 0.5 0 0.15 279.08 0.6 0.64
Hex B4 6D DA 11 32 0 F 117 3C 40
Octal 264 155 332 21 62 0 17 427 74 100
Binary 10110100 1101101 11011010 10001 110010 0 1111 100010111 111100 1000000

Color Harmonies of #B46DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DDA

Black with #B46DDA

Text Example


Text Example

White with #B46DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DDA; }

 p { color: rgb(180,109,218); }

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

background-color css

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

 a { background-color: rgb(180,109,218); }

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

border-color css

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

 span { border-color: rgb(180,109,218); }

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