Html Css Color HEX #B169DC Medium Orchid

📋 copy color: '#B169DC'

red 177 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #B169DC

Tints of Medium Orchid #B169DC

RGB

 RED value IS 177 (69.53% from 255) = 35.26%

 GREEN value IS 105 (41.41% from 255) = 20.92%

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 35.26%
G = 20.92%
B = 43.82%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B169DC (or 0xB169DC) is known color: Medium Orchid. HEX triplet: B1, 69 and DC. RGB value is (177,105,220). Sum of RGB (Red+Green+Blue) = 177+105+220=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #B169DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169DC is #4E9623. Grayscale: #8B8B8B. Windows color (decimal): -5150244 or 14444977. OLE color: 14444977.

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

Color convert

RGB 177 105 220 -
CMYK 0.20 0.52 0 0.14
HSL 277.57º 0.62% 0.64% -
HSV(B) 277.57º 0.52% 0.86% -
XYZ 36.1 24.62 70.56 -
YUV 139.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 177 105 220 0.20 0.52 0 0.14 277.57 0.62 0.64
Hex B1 69 DC 14 34 0 E 116 3E 40
Octal 261 151 334 24 64 0 16 426 76 100
Binary 10110001 1101001 11011100 10100 110100 0 1110 100010110 111110 1000000

Color Harmonies of #B169DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169DC

Black with #B169DC

Text Example


Text Example

White with #B169DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169DC; }

 p { color: rgb(177,105,220); }

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

background-color css

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

 a { background-color: rgb(177,105,220); }

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

border-color css

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

 span { border-color: rgb(177,105,220); }

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