Html Css Color HEX #B163CF Medium Orchid

📋 copy color: '#B163CF'

red 177 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #B163CF

Tints of Medium Orchid #B163CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

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

R = 36.65%
G = 20.5%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B163CF (or 0xB163CF) is known color: Medium Orchid. HEX triplet: B1, 63 and CF. RGB value is (177,99,207). Sum of RGB (Red+Green+Blue) = 177+99+207=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B163CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163CF is #4E9C30. Grayscale: #868686. Windows color (decimal): -5151793 or 13591473. OLE color: 13591473.

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

Color convert

RGB 177 99 207 -
CMYK 0.14 0.52 0 0.19
HSL 283.33º 0.53% 0.6% -
HSV(B) 283.33º 0.52% 0.81% -
XYZ 33.86 22.78 61.64 -
YUV 134.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 177 99 207 0.14 0.52 0 0.19 283.33 0.53 0.6
Hex B1 63 CF E 34 0 13 11B 35 3C
Octal 261 143 317 16 64 0 23 433 65 74
Binary 10110001 1100011 11001111 1110 110100 0 10011 100011011 110101 111100

Color Harmonies of #B163CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163CF

Black with #B163CF

Text Example


Text Example

White with #B163CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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