Html Css Color HEX #B165CD Medium Orchid

📋 copy color: '#B165CD'

red 177 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #B165CD

Tints of Medium Orchid #B165CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 36.65%
G = 20.91%
B = 42.44%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B165CD (or 0xB165CD) is known color: Medium Orchid. HEX triplet: B1, 65 and CD. RGB value is (177,101,205). Sum of RGB (Red+Green+Blue) = 177+101+205=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #B165CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165CD is #4E9A32. Grayscale: #878787. Windows color (decimal): -5151283 or 13460913. OLE color: 13460913.

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

Color convert

RGB 177 101 205 -
CMYK 0.14 0.51 0 0.20
HSL 283.85º 0.51% 0.6% -
HSV(B) 283.85º 0.51% 0.8% -
XYZ 33.8 23.06 60.43 -
YUV 135.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 177 101 205 0.14 0.51 0 0.20 283.85 0.51 0.6
Hex B1 65 CD E 33 0 14 11C 33 3C
Octal 261 145 315 16 63 0 24 434 63 74
Binary 10110001 1100101 11001101 1110 110011 0 10100 100011100 110011 111100

Color Harmonies of #B165CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165CD

Black with #B165CD

Text Example


Text Example

White with #B165CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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