Html Css Color HEX #B169CB Medium Orchid

📋 copy color: '#B169CB'

red 177 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #B169CB

Tints of Medium Orchid #B169CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 36.49%
G = 21.65%
B = 41.86%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B169CB (or 0xB169CB) is known color: Medium Orchid. HEX triplet: B1, 69 and CB. RGB value is (177,105,203). Sum of RGB (Red+Green+Blue) = 177+105+203=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B169CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169CB is #4E9634. Grayscale: #898989. Windows color (decimal): -5150261 or 13330865. OLE color: 13330865.

HSL color Cylindrical-coordinate representation of color #B169CB: hue angle of 284.08º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B169CB is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 105 203 -
CMYK 0.13 0.48 0 0.20
HSL 284.08º 0.49% 0.6% -
HSV(B) 284.08º 0.48% 0.8% -
XYZ 33.96 23.76 59.3 -
YUV 137.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 177 105 203 0.13 0.48 0 0.20 284.08 0.49 0.6
Hex B1 69 CB D 30 0 14 11C 31 3C
Octal 261 151 313 15 60 0 24 434 61 74
Binary 10110001 1101001 11001011 1101 110000 0 10100 100011100 110001 111100

Color Harmonies of #B169CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169CB

Black with #B169CB

Text Example


Text Example

White with #B169CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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