Html Css Color HEX #B14FEC Medium Orchid

📋 copy color: '#B14FEC'

red 177 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #B14FEC

Tints of Medium Orchid #B14FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.06%

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 35.98%
G = 16.06%
B = 47.97%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B14FEC (or 0xB14FEC) is known color: Medium Orchid. HEX triplet: B1, 4F and EC. RGB value is (177,79,236). Sum of RGB (Red+Green+Blue) = 177+79+236=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #B14FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FEC is #4EB013. Grayscale: #7D7D7D. Windows color (decimal): -5156884 or 15486897. OLE color: 15486897.

HSL color Cylindrical-coordinate representation of color #B14FEC: hue angle of 277.45º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14FEC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 79 236 -
CMYK 0.25 0.67 0 0.07
HSL 277.45º 0.81% 0.62% -
HSV(B) 277.45º 0.67% 0.93% -
XYZ 36.07 21 81.51 -
YUV 126.2 189.97 164.23 -
System Red Green Blue C M Y K H S L
Decimal 177 79 236 0.25 0.67 0 0.07 277.45 0.81 0.62
Hex B1 4F EC 19 43 0 7 115 51 3E
Octal 261 117 354 31 103 0 7 425 121 76
Binary 10110001 1001111 11101100 11001 1000011 0 111 100010101 1010001 111110

Color Harmonies of #B14FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FEC

Black with #B14FEC

Text Example


Text Example

White with #B14FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FEC; }

 p { color: rgb(177,79,236); }

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

background-color css

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

 a { background-color: rgb(177,79,236); }

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

border-color css

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

 span { border-color: rgb(177,79,236); }

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