Html Css Color HEX #B169C2 Medium Orchid

📋 copy color: '#B169C2'

red 177 ◦ green 105 ◦ blue 194

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

Shades of Medium Orchid #B169C2

Tints of Medium Orchid #B169C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 37.18%
G = 22.06%
B = 40.76%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B169C2 (or 0xB169C2) is known color: Medium Orchid. HEX triplet: B1, 69 and C2. RGB value is (177,105,194). Sum of RGB (Red+Green+Blue) = 177+105+194=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #B169C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169C2 is #4E963D. Grayscale: #888888. Windows color (decimal): -5150270 or 12741041. OLE color: 12741041.

HSL color Cylindrical-coordinate representation of color #B169C2: hue angle of 288.54º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B169C2 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 105 194 -
CMYK 0.09 0.46 0 0.24
HSL 288.54º 0.42% 0.59% -
HSV(B) 288.54º 0.46% 0.76% -
XYZ 32.92 23.35 53.81 -
YUV 136.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 177 105 194 0.09 0.46 0 0.24 288.54 0.42 0.59
Hex B1 69 C2 9 2E 0 18 121 2A 3B
Octal 261 151 302 11 56 0 30 441 52 73
Binary 10110001 1101001 11000010 1001 101110 0 11000 100100001 101010 111011

Color Harmonies of #B169C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169C2

Black with #B169C2

Text Example


Text Example

White with #B169C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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