Html Css Color HEX #B46FDD Medium Orchid

📋 copy color: '#B46FDD'

red 180 ◦ green 111 ◦ blue 221

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

Shades of Medium Orchid #B46FDD

Tints of Medium Orchid #B46FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 35.16%
G = 21.68%
B = 43.16%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46FDD (or 0xB46FDD) is known color: Medium Orchid. HEX triplet: B4, 6F and DD. RGB value is (180,111,221). Sum of RGB (Red+Green+Blue) = 180+111+221=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FDD is #4B9022. Grayscale: #8F8F8F. Windows color (decimal): -4952099 or 14512052. OLE color: 14512052.

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

Color convert

RGB 180 111 221 -
CMYK 0.19 0.50 0 0.13
HSL 277.64º 0.62% 0.65% -
HSV(B) 277.64º 0.5% 0.87% -
XYZ 37.56 26.29 71.5 -
YUV 144.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 180 111 221 0.19 0.50 0 0.13 277.64 0.62 0.65
Hex B4 6F DD 13 32 0 D 116 3E 41
Octal 264 157 335 23 62 0 15 426 76 101
Binary 10110100 1101111 11011101 10011 110010 0 1101 100010110 111110 1000001

Color Harmonies of #B46FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FDD

Black with #B46FDD

Text Example


Text Example

White with #B46FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FDD; }

 p { color: rgb(180,111,221); }

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

background-color css

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

 a { background-color: rgb(180,111,221); }

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

border-color css

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

 span { border-color: rgb(180,111,221); }

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