Html Css Color HEX #B14FC6 Medium Orchid

📋 copy color: '#B14FC6'

red 177 ◦ green 79 ◦ blue 198

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

Shades of Medium Orchid #B14FC6

Tints of Medium Orchid #B14FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.4%

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 38.99%
G = 17.4%
B = 43.61%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B14FC6 (or 0xB14FC6) is known color: Medium Orchid. HEX triplet: B1, 4F and C6. RGB value is (177,79,198). Sum of RGB (Red+Green+Blue) = 177+79+198=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #B14FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FC6 is #4EB039. Grayscale: #797979. Windows color (decimal): -5156922 or 12996529. OLE color: 12996529.

HSL color Cylindrical-coordinate representation of color #B14FC6: hue angle of 289.41º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14FC6 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 79 198 -
CMYK 0.11 0.60 0 0.22
HSL 289.41º 0.51% 0.54% -
HSV(B) 289.41º 0.6% 0.78% -
XYZ 31.12 19.02 55.46 -
YUV 121.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 177 79 198 0.11 0.60 0 0.22 289.41 0.51 0.54
Hex B1 4F C6 B 3C 0 16 121 33 36
Octal 261 117 306 13 74 0 26 441 63 66
Binary 10110001 1001111 11000110 1011 111100 0 10110 100100001 110011 110110

Color Harmonies of #B14FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FC6

Black with #B14FC6

Text Example


Text Example

White with #B14FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FC6; }

 p { color: rgb(177,79,198); }

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

background-color css

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

 a { background-color: rgb(177,79,198); }

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

border-color css

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

 span { border-color: rgb(177,79,198); }

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