Html Css Color HEX #B165DC Medium Orchid

📋 copy color: '#B165DC'

red 177 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #B165DC

Tints of Medium Orchid #B165DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.28%

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

R = 35.54%
G = 20.28%
B = 44.18%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B165DC (or 0xB165DC) is known color: Medium Orchid. HEX triplet: B1, 65 and DC. RGB value is (177,101,220). Sum of RGB (Red+Green+Blue) = 177+101+220=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B165DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165DC is #4E9A23. Grayscale: #888888. Windows color (decimal): -5151268 or 14443953. OLE color: 14443953.

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

Color convert

RGB 177 101 220 -
CMYK 0.20 0.54 0 0.14
HSL 278.32º 0.63% 0.63% -
HSV(B) 278.32º 0.54% 0.86% -
XYZ 35.7 23.82 70.43 -
YUV 137.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 177 101 220 0.20 0.54 0 0.14 278.32 0.63 0.63
Hex B1 65 DC 14 36 0 E 116 3F 3F
Octal 261 145 334 24 66 0 16 426 77 77
Binary 10110001 1100101 11011100 10100 110110 0 1110 100010110 111111 111111

Color Harmonies of #B165DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165DC

Black with #B165DC

Text Example


Text Example

White with #B165DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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