Html Css Color HEX #B168DC Medium Orchid

📋 copy color: '#B168DC'

red 177 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #B168DC

Tints of Medium Orchid #B168DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 35.33%
G = 20.76%
B = 43.91%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B168DC (or 0xB168DC) is known color: Medium Orchid. HEX triplet: B1, 68 and DC. RGB value is (177,104,220). Sum of RGB (Red+Green+Blue) = 177+104+220=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #B168DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168DC is #4E9723. Grayscale: #8A8A8A. Windows color (decimal): -5150500 or 14444721. OLE color: 14444721.

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

Color convert

RGB 177 104 220 -
CMYK 0.20 0.53 0 0.14
HSL 277.76º 0.62% 0.64% -
HSV(B) 277.76º 0.53% 0.86% -
XYZ 36 24.42 70.53 -
YUV 139.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 177 104 220 0.20 0.53 0 0.14 277.76 0.62 0.64
Hex B1 68 DC 14 35 0 E 116 3E 40
Octal 261 150 334 24 65 0 16 426 76 100
Binary 10110001 1101000 11011100 10100 110101 0 1110 100010110 111110 1000000

Color Harmonies of #B168DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168DC

Black with #B168DC

Text Example


Text Example

White with #B168DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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