Html Css Color HEX #B14EDA Medium Orchid

📋 copy color: '#B14EDA'

red 177 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #B14EDA

Tints of Medium Orchid #B14EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 37.42%
G = 16.49%
B = 46.09%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B14EDA (or 0xB14EDA) is known color: Medium Orchid. HEX triplet: B1, 4E and DA. RGB value is (177,78,218). Sum of RGB (Red+Green+Blue) = 177+78+218=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #B14EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EDA is #4EB125. Grayscale: #7B7B7B. Windows color (decimal): -5157158 or 14306993. OLE color: 14306993.

HSL color Cylindrical-coordinate representation of color #B14EDA: hue angle of 282.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14EDA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 78 218 -
CMYK 0.19 0.64 0 0.15
HSL 282.43º 0.65% 0.58% -
HSV(B) 282.43º 0.64% 0.85% -
XYZ 33.51 19.86 68.4 -
YUV 123.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 177 78 218 0.19 0.64 0 0.15 282.43 0.65 0.58
Hex B1 4E DA 13 40 0 F 11A 41 3A
Octal 261 116 332 23 100 0 17 432 101 72
Binary 10110001 1001110 11011010 10011 1000000 0 1111 100011010 1000001 111010

Color Harmonies of #B14EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EDA

Black with #B14EDA

Text Example


Text Example

White with #B14EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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