Html Css Color HEX #B169E0 Medium Orchid

📋 copy color: '#B169E0'

red 177 ◦ green 105 ◦ blue 224

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

Shades of Medium Orchid #B169E0

Tints of Medium Orchid #B169E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 34.98%
G = 20.75%
B = 44.27%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B169E0 (or 0xB169E0) is known color: Medium Orchid. HEX triplet: B1, 69 and E0. RGB value is (177,105,224). Sum of RGB (Red+Green+Blue) = 177+105+224=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #B169E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169E0 is #4E961F. Grayscale: #8B8B8B. Windows color (decimal): -5150240 or 14707121. OLE color: 14707121.

HSL color Cylindrical-coordinate representation of color #B169E0: hue angle of 276.3º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B169E0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 105 224 -
CMYK 0.21 0.53 0 0.12
HSL 276.3º 0.66% 0.65% -
HSV(B) 276.3º 0.53% 0.88% -
XYZ 36.64 24.83 73.38 -
YUV 140.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 177 105 224 0.21 0.53 0 0.12 276.3 0.66 0.65
Hex B1 69 E0 15 35 0 C 114 42 41
Octal 261 151 340 25 65 0 14 424 102 101
Binary 10110001 1101001 11100000 10101 110101 0 1100 100010100 1000010 1000001

Color Harmonies of #B169E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169E0

Black with #B169E0

Text Example


Text Example

White with #B169E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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