Html Css Color HEX #B14ECF Medium Orchid

📋 copy color: '#B14ECF'

red 177 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #B14ECF

Tints of Medium Orchid #B14ECF

RGB

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

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

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

R = 38.31%
G = 16.88%
B = 44.81%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B14ECF (or 0xB14ECF) is known color: Medium Orchid. HEX triplet: B1, 4E and CF. RGB value is (177,78,207). Sum of RGB (Red+Green+Blue) = 177+78+207=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B14ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14ECF is #4EB130. Grayscale: #797979. Windows color (decimal): -5157169 or 13586097. OLE color: 13586097.

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

Color convert

RGB 177 78 207 -
CMYK 0.14 0.62 0 0.19
HSL 286.05º 0.57% 0.56% -
HSV(B) 286.05º 0.62% 0.81% -
XYZ 32.12 19.3 61.06 -
YUV 122.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 177 78 207 0.14 0.62 0 0.19 286.05 0.57 0.56
Hex B1 4E CF E 3E 0 13 11E 39 38
Octal 261 116 317 16 76 0 23 436 71 70
Binary 10110001 1001110 11001111 1110 111110 0 10011 100011110 111001 111000

Color Harmonies of #B14ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ECF

Black with #B14ECF

Text Example


Text Example

White with #B14ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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