Html Css Color HEX #B165CB Medium Orchid

📋 copy color: '#B165CB'

red 177 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #B165CB

Tints of Medium Orchid #B165CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 36.8%
G = 21%
B = 42.2%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B165CB (or 0xB165CB) is known color: Medium Orchid. HEX triplet: B1, 65 and CB. RGB value is (177,101,203). Sum of RGB (Red+Green+Blue) = 177+101+203=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #B165CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165CB is #4E9A34. Grayscale: #878787. Windows color (decimal): -5151285 or 13329841. OLE color: 13329841.

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

Color convert

RGB 177 101 203 -
CMYK 0.13 0.50 0 0.20
HSL 284.71º 0.5% 0.6% -
HSV(B) 284.71º 0.5% 0.8% -
XYZ 33.56 22.97 59.16 -
YUV 135.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 177 101 203 0.13 0.50 0 0.20 284.71 0.5 0.6
Hex B1 65 CB D 32 0 14 11D 32 3C
Octal 261 145 313 15 62 0 24 435 62 74
Binary 10110001 1100101 11001011 1101 110010 0 10100 100011101 110010 111100

Color Harmonies of #B165CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165CB

Black with #B165CB

Text Example


Text Example

White with #B165CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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