Html Css Color HEX #B14EE6 Medium Orchid

📋 copy color: '#B14EE6'

red 177 ◦ green 78 ◦ blue 230

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

Shades of Medium Orchid #B14EE6

Tints of Medium Orchid #B14EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 36.49%
G = 16.08%
B = 47.42%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B14EE6 (or 0xB14EE6) is known color: Medium Orchid. HEX triplet: B1, 4E and E6. RGB value is (177,78,230). Sum of RGB (Red+Green+Blue) = 177+78+230=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #B14EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EE6 is #4EB119. Grayscale: #7C7C7C. Windows color (decimal): -5157146 or 15093425. OLE color: 15093425.

HSL color Cylindrical-coordinate representation of color #B14EE6: hue angle of 279.08º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14EE6 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 78 230 -
CMYK 0.23 0.66 0 0.10
HSL 279.08º 0.75% 0.6% -
HSV(B) 279.08º 0.66% 0.9% -
XYZ 35.14 20.51 76.97 -
YUV 124.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 177 78 230 0.23 0.66 0 0.10 279.08 0.75 0.6
Hex B1 4E E6 17 42 0 A 117 4B 3C
Octal 261 116 346 27 102 0 12 427 113 74
Binary 10110001 1001110 11100110 10111 1000010 0 1010 100010111 1001011 111100

Color Harmonies of #B14EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EE6

Black with #B14EE6

Text Example


Text Example

White with #B14EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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