Html Css Color HEX #B169EC Medium Orchid

📋 copy color: '#B169EC'

red 177 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #B169EC

Tints of Medium Orchid #B169EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 34.17%
G = 20.27%
B = 45.56%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B169EC (or 0xB169EC) is known color: Medium Orchid. HEX triplet: B1, 69 and EC. RGB value is (177,105,236). Sum of RGB (Red+Green+Blue) = 177+105+236=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #B169EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B169EC is #4E9613. Grayscale: #8D8D8D. Windows color (decimal): -5150228 or 15493553. OLE color: 15493553.

HSL color Cylindrical-coordinate representation of color #B169EC: hue angle of 272.98º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B169EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 105 236 -
CMYK 0.25 0.56 0 0.07
HSL 272.98º 0.78% 0.67% -
HSV(B) 272.98º 0.56% 0.93% -
XYZ 38.32 25.51 82.26 -
YUV 141.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 177 105 236 0.25 0.56 0 0.07 272.98 0.78 0.67
Hex B1 69 EC 19 38 0 7 111 4E 43
Octal 261 151 354 31 70 0 7 421 116 103
Binary 10110001 1101001 11101100 11001 111000 0 111 100010001 1001110 1000011

Color Harmonies of #B169EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169EC

Black with #B169EC

Text Example


Text Example

White with #B169EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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