Html Css Color HEX #B16BDF Medium Orchid

📋 copy color: '#B16BDF'

red 177 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #B16BDF

Tints of Medium Orchid #B16BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

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

R = 34.91%
G = 21.1%
B = 43.98%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16BDF (or 0xB16BDF) is known color: Medium Orchid. HEX triplet: B1, 6B and DF. RGB value is (177,107,223). Sum of RGB (Red+Green+Blue) = 177+107+223=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B16BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BDF is #4E9420. Grayscale: #8C8C8C. Windows color (decimal): -5149729 or 14642097. OLE color: 14642097.

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

Color convert

RGB 177 107 223 -
CMYK 0.21 0.52 0 0.13
HSL 276.21º 0.64% 0.65% -
HSV(B) 276.21º 0.52% 0.87% -
XYZ 36.71 25.19 72.74 -
YUV 141.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 177 107 223 0.21 0.52 0 0.13 276.21 0.64 0.65
Hex B1 6B DF 15 34 0 D 114 40 41
Octal 261 153 337 25 64 0 15 424 100 101
Binary 10110001 1101011 11011111 10101 110100 0 1101 100010100 1000000 1000001

Color Harmonies of #B16BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BDF

Black with #B16BDF

Text Example


Text Example

White with #B16BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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