Html Css Color HEX #B169DF Medium Orchid

📋 copy color: '#B169DF'

red 177 ◦ green 105 ◦ blue 223

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

Shades of Medium Orchid #B169DF

Tints of Medium Orchid #B169DF

RGB

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

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

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

R = 35.05%
G = 20.79%
B = 44.16%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B169DF (or 0xB169DF) is known color: Medium Orchid. HEX triplet: B1, 69 and DF. RGB value is (177,105,223). Sum of RGB (Red+Green+Blue) = 177+105+223=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B169DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169DF is #4E9620. Grayscale: #8B8B8B. Windows color (decimal): -5150241 or 14641585. OLE color: 14641585.

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

Color convert

RGB 177 105 223 -
CMYK 0.21 0.53 0 0.13
HSL 276.61º 0.65% 0.64% -
HSV(B) 276.61º 0.53% 0.87% -
XYZ 36.5 24.78 72.67 -
YUV 139.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 177 105 223 0.21 0.53 0 0.13 276.61 0.65 0.64
Hex B1 69 DF 15 35 0 D 115 41 40
Octal 261 151 337 25 65 0 15 425 101 100
Binary 10110001 1101001 11011111 10101 110101 0 1101 100010101 1000001 1000000

Color Harmonies of #B169DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169DF

Black with #B169DF

Text Example


Text Example

White with #B169DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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