Html Css Color HEX #B169E6 Medium Orchid

📋 copy color: '#B169E6'

red 177 ◦ green 105 ◦ blue 230

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

Shades of Medium Orchid #B169E6

Tints of Medium Orchid #B169E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 34.57%
G = 20.51%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B169E6 (or 0xB169E6) is known color: Medium Orchid. HEX triplet: B1, 69 and E6. RGB value is (177,105,230). Sum of RGB (Red+Green+Blue) = 177+105+230=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #B169E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B169E6 is #4E9619. Grayscale: #8C8C8C. Windows color (decimal): -5150234 or 15100337. OLE color: 15100337.

HSL color Cylindrical-coordinate representation of color #B169E6: hue angle of 274.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B169E6 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 105 230 -
CMYK 0.23 0.54 0 0.10
HSL 274.56º 0.71% 0.66% -
HSV(B) 274.56º 0.54% 0.9% -
XYZ 37.47 25.16 77.75 -
YUV 140.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 177 105 230 0.23 0.54 0 0.10 274.56 0.71 0.66
Hex B1 69 E6 17 36 0 A 113 47 42
Octal 261 151 346 27 66 0 12 423 107 102
Binary 10110001 1101001 11100110 10111 110110 0 1010 100010011 1000111 1000010

Color Harmonies of #B169E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169E6

Black with #B169E6

Text Example


Text Example

White with #B169E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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