Html Css Color HEX #B14FC8 Medium Orchid

📋 copy color: '#B14FC8'

red 177 ◦ green 79 ◦ blue 200

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

Shades of Medium Orchid #B14FC8

Tints of Medium Orchid #B14FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 38.82%
G = 17.32%
B = 43.86%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B14FC8 (or 0xB14FC8) is known color: Medium Orchid. HEX triplet: B1, 4F and C8. RGB value is (177,79,200). Sum of RGB (Red+Green+Blue) = 177+79+200=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #B14FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FC8 is #4EB037. Grayscale: #797979. Windows color (decimal): -5156920 or 13127601. OLE color: 13127601.

HSL color Cylindrical-coordinate representation of color #B14FC8: hue angle of 288.6º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14FC8 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 79 200 -
CMYK 0.12 0.60 0 0.22
HSL 288.6º 0.52% 0.55% -
HSV(B) 288.6º 0.61% 0.78% -
XYZ 31.35 19.11 56.68 -
YUV 122.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 177 79 200 0.12 0.60 0 0.22 288.6 0.52 0.55
Hex B1 4F C8 C 3C 0 16 121 34 37
Octal 261 117 310 14 74 0 26 441 64 67
Binary 10110001 1001111 11001000 1100 111100 0 10110 100100001 110100 110111

Color Harmonies of #B14FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FC8

Black with #B14FC8

Text Example


Text Example

White with #B14FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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