Html Css Color HEX #B14EDB Medium Orchid

📋 copy color: '#B14EDB'

red 177 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #B14EDB

Tints of Medium Orchid #B14EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 37.34%
G = 16.46%
B = 46.2%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B14EDB (or 0xB14EDB) is known color: Medium Orchid. HEX triplet: B1, 4E and DB. RGB value is (177,78,219). Sum of RGB (Red+Green+Blue) = 177+78+219=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B14EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EDB is #4EB124. Grayscale: #7B7B7B. Windows color (decimal): -5157157 or 14372529. OLE color: 14372529.

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

Color convert

RGB 177 78 219 -
CMYK 0.19 0.64 0 0.14
HSL 282.13º 0.66% 0.58% -
HSV(B) 282.13º 0.64% 0.86% -
XYZ 33.64 19.91 69.09 -
YUV 123.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 177 78 219 0.19 0.64 0 0.14 282.13 0.66 0.58
Hex B1 4E DB 13 40 0 E 11A 42 3A
Octal 261 116 333 23 100 0 16 432 102 72
Binary 10110001 1001110 11011011 10011 1000000 0 1110 100011010 1000010 111010

Color Harmonies of #B14EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EDB

Black with #B14EDB

Text Example


Text Example

White with #B14EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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