Html Css Color HEX #B14ECB Medium Orchid

📋 copy color: '#B14ECB'

red 177 ◦ green 78 ◦ blue 203

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

Shades of Medium Orchid #B14ECB

Tints of Medium Orchid #B14ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.03%

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 38.65%
G = 17.03%
B = 44.32%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B14ECB (or 0xB14ECB) is known color: Medium Orchid. HEX triplet: B1, 4E and CB. RGB value is (177,78,203). Sum of RGB (Red+Green+Blue) = 177+78+203=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #B14ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14ECB is #4EB134. Grayscale: #797979. Windows color (decimal): -5157173 or 13323953. OLE color: 13323953.

HSL color Cylindrical-coordinate representation of color #B14ECB: hue angle of 287.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14ECB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 78 203 -
CMYK 0.13 0.62 0 0.20
HSL 287.52º 0.55% 0.55% -
HSV(B) 287.52º 0.62% 0.8% -
XYZ 31.64 19.11 58.52 -
YUV 121.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 177 78 203 0.13 0.62 0 0.20 287.52 0.55 0.55
Hex B1 4E CB D 3E 0 14 120 37 37
Octal 261 116 313 15 76 0 24 440 67 67
Binary 10110001 1001110 11001011 1101 111110 0 10100 100100000 110111 110111

Color Harmonies of #B14ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ECB

Black with #B14ECB

Text Example


Text Example

White with #B14ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ECB; }

 p { color: rgb(177,78,203); }

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

background-color css

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

 a { background-color: rgb(177,78,203); }

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

border-color css

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

 span { border-color: rgb(177,78,203); }

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