Html Css Color HEX #B168DE Medium Orchid

📋 copy color: '#B168DE'

red 177 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #B168DE

Tints of Medium Orchid #B168DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 35.19%
G = 20.68%
B = 44.14%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B168DE (or 0xB168DE) is known color: Medium Orchid. HEX triplet: B1, 68 and DE. RGB value is (177,104,222). Sum of RGB (Red+Green+Blue) = 177+104+222=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #B168DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168DE is #4E9721. Grayscale: #8A8A8A. Windows color (decimal): -5150498 or 14575793. OLE color: 14575793.

HSL color Cylindrical-coordinate representation of color #B168DE: hue angle of 277.12º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B168DE is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 104 222 -
CMYK 0.20 0.53 0 0.13
HSL 277.12º 0.64% 0.64% -
HSV(B) 277.12º 0.53% 0.87% -
XYZ 36.27 24.52 71.93 -
YUV 139.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 177 104 222 0.20 0.53 0 0.13 277.12 0.64 0.64
Hex B1 68 DE 14 35 0 D 115 40 40
Octal 261 150 336 24 65 0 15 425 100 100
Binary 10110001 1101000 11011110 10100 110101 0 1101 100010101 1000000 1000000

Color Harmonies of #B168DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168DE

Black with #B168DE

Text Example


Text Example

White with #B168DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168DE; }

 p { color: rgb(177,104,222); }

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

background-color css

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

 a { background-color: rgb(177,104,222); }

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

border-color css

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

 span { border-color: rgb(177,104,222); }

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