Html Css Color HEX #B46CDF Medium Orchid

📋 copy color: '#B46CDF'

red 180 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #B46CDF

Tints of Medium Orchid #B46CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 35.23%
G = 21.14%
B = 43.64%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46CDF (or 0xB46CDF) is known color: Medium Orchid. HEX triplet: B4, 6C and DF. RGB value is (180,108,223). Sum of RGB (Red+Green+Blue) = 180+108+223=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B46CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CDF is #4B9320. Grayscale: #8E8E8E. Windows color (decimal): -4952865 or 14642356. OLE color: 14642356.

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

Color convert

RGB 180 108 223 -
CMYK 0.19 0.52 0 0.13
HSL 277.57º 0.64% 0.65% -
HSV(B) 277.57º 0.52% 0.87% -
XYZ 37.5 25.76 72.81 -
YUV 142.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 180 108 223 0.19 0.52 0 0.13 277.57 0.64 0.65
Hex B4 6C DF 13 34 0 D 116 40 41
Octal 264 154 337 23 64 0 15 426 100 101
Binary 10110100 1101100 11011111 10011 110100 0 1101 100010110 1000000 1000001

Color Harmonies of #B46CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CDF

Black with #B46CDF

Text Example


Text Example

White with #B46CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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