Html Css Color HEX #B14EE1 Medium Orchid

📋 copy color: '#B14EE1'

red 177 ◦ green 78 ◦ blue 225

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

Shades of Medium Orchid #B14EE1

Tints of Medium Orchid #B14EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.88%

R = 36.88%
G = 16.25%
B = 46.88%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B14EE1 (or 0xB14EE1) is known color: Medium Orchid. HEX triplet: B1, 4E and E1. RGB value is (177,78,225). Sum of RGB (Red+Green+Blue) = 177+78+225=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #B14EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EE1 is #4EB11E. Grayscale: #7B7B7B. Windows color (decimal): -5157151 or 14765745. OLE color: 14765745.

HSL color Cylindrical-coordinate representation of color #B14EE1: hue angle of 280.41º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14EE1 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 78 225 -
CMYK 0.21 0.65 0 0.12
HSL 280.41º 0.71% 0.59% -
HSV(B) 280.41º 0.65% 0.88% -
XYZ 34.45 20.23 73.32 -
YUV 124.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 177 78 225 0.21 0.65 0 0.12 280.41 0.71 0.59
Hex B1 4E E1 15 41 0 C 118 47 3B
Octal 261 116 341 25 101 0 14 430 107 73
Binary 10110001 1001110 11100001 10101 1000001 0 1100 100011000 1000111 111011

Color Harmonies of #B14EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EE1

Black with #B14EE1

Text Example


Text Example

White with #B14EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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