Html Css Color HEX #B169CA Medium Orchid

📋 copy color: '#B169CA'

red 177 ◦ green 105 ◦ blue 202

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

Shades of Medium Orchid #B169CA

Tints of Medium Orchid #B169CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 36.57%
G = 21.69%
B = 41.74%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B169CA (or 0xB169CA) is known color: Medium Orchid. HEX triplet: B1, 69 and CA. RGB value is (177,105,202). Sum of RGB (Red+Green+Blue) = 177+105+202=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B169CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169CA is #4E9635. Grayscale: #898989. Windows color (decimal): -5150262 or 13265329. OLE color: 13265329.

HSL color Cylindrical-coordinate representation of color #B169CA: hue angle of 284.54º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B169CA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 105 202 -
CMYK 0.12 0.48 0 0.21
HSL 284.54º 0.48% 0.6% -
HSV(B) 284.54º 0.48% 0.79% -
XYZ 33.84 23.71 58.67 -
YUV 137.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 177 105 202 0.12 0.48 0 0.21 284.54 0.48 0.6
Hex B1 69 CA C 30 0 15 11D 30 3C
Octal 261 151 312 14 60 0 25 435 60 74
Binary 10110001 1101001 11001010 1100 110000 0 10101 100011101 110000 111100

Color Harmonies of #B169CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169CA

Black with #B169CA

Text Example


Text Example

White with #B169CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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