Html Css Color HEX #B16CCF Medium Orchid

📋 copy color: '#B16CCF'

red 177 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #B16CCF

Tints of Medium Orchid #B16CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.95%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 35.98%
G = 21.95%
B = 42.07%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B16CCF (or 0xB16CCF) is known color: Medium Orchid. HEX triplet: B1, 6C and CF. RGB value is (177,108,207). Sum of RGB (Red+Green+Blue) = 177+108+207=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B16CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CCF is #4E9330. Grayscale: #8B8B8B. Windows color (decimal): -5149489 or 13593777. OLE color: 13593777.

HSL color Cylindrical-coordinate representation of color #B16CCF: hue angle of 281.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16CCF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 108 207 -
CMYK 0.14 0.48 0 0.19
HSL 281.82º 0.51% 0.62% -
HSV(B) 281.82º 0.48% 0.81% -
XYZ 34.76 24.58 61.94 -
YUV 139.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 177 108 207 0.14 0.48 0 0.19 281.82 0.51 0.62
Hex B1 6C CF E 30 0 13 11A 33 3E
Octal 261 154 317 16 60 0 23 432 63 76
Binary 10110001 1101100 11001111 1110 110000 0 10011 100011010 110011 111110

Color Harmonies of #B16CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CCF

Black with #B16CCF

Text Example


Text Example

White with #B16CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CCF; }

 p { color: rgb(177,108,207); }

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

background-color css

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

 a { background-color: rgb(177,108,207); }

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

border-color css

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

 span { border-color: rgb(177,108,207); }

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