Html Css Color HEX #B164DF Medium Orchid

📋 copy color: '#B164DF'

red 177 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #B164DF

Tints of Medium Orchid #B164DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20%

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 35.4%
G = 20%
B = 44.6%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B164DF (or 0xB164DF) is known color: Medium Orchid. HEX triplet: B1, 64 and DF. RGB value is (177,100,223). Sum of RGB (Red+Green+Blue) = 177+100+223=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B164DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164DF is #4E9B20. Grayscale: #888888. Windows color (decimal): -5151521 or 14640305. OLE color: 14640305.

HSL color Cylindrical-coordinate representation of color #B164DF: hue angle of 277.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B164DF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 100 223 -
CMYK 0.21 0.55 0 0.13
HSL 277.56º 0.66% 0.63% -
HSV(B) 277.56º 0.55% 0.87% -
XYZ 36.01 23.79 72.51 -
YUV 137.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 177 100 223 0.21 0.55 0 0.13 277.56 0.66 0.63
Hex B1 64 DF 15 37 0 D 116 42 3F
Octal 261 144 337 25 67 0 15 426 102 77
Binary 10110001 1100100 11011111 10101 110111 0 1101 100010110 1000010 111111

Color Harmonies of #B164DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164DF

Black with #B164DF

Text Example


Text Example

White with #B164DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164DF; }

 p { color: rgb(177,100,223); }

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

background-color css

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

 a { background-color: rgb(177,100,223); }

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

border-color css

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

 span { border-color: rgb(177,100,223); }

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