Html Css Color HEX #B14FC5 Medium Orchid

📋 copy color: '#B14FC5'

red 177 ◦ green 79 ◦ blue 197

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

Shades of Medium Orchid #B14FC5

Tints of Medium Orchid #B14FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 39.07%
G = 17.44%
B = 43.49%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B14FC5 (or 0xB14FC5) is known color: Medium Orchid. HEX triplet: B1, 4F and C5. RGB value is (177,79,197). Sum of RGB (Red+Green+Blue) = 177+79+197=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #B14FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FC5 is #4EB03A. Grayscale: #797979. Windows color (decimal): -5156923 or 12930993. OLE color: 12930993.

HSL color Cylindrical-coordinate representation of color #B14FC5: hue angle of 289.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14FC5 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 79 197 -
CMYK 0.10 0.60 0 0.23
HSL 289.83º 0.5% 0.54% -
HSV(B) 289.83º 0.6% 0.77% -
XYZ 31.01 18.97 54.85 -
YUV 121.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 177 79 197 0.10 0.60 0 0.23 289.83 0.5 0.54
Hex B1 4F C5 A 3C 0 17 122 32 36
Octal 261 117 305 12 74 0 27 442 62 66
Binary 10110001 1001111 11000101 1010 111100 0 10111 100100010 110010 110110

Color Harmonies of #B14FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FC5

Black with #B14FC5

Text Example


Text Example

White with #B14FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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