Html Css Color HEX #B14EFE Medium Orchid

📋 copy color: '#B14EFE'

red 177 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #B14EFE

Tints of Medium Orchid #B14EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 34.77%
G = 15.32%
B = 49.9%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B14EFE (or 0xB14EFE) is known color: Medium Orchid. HEX triplet: B1, 4E and FE. RGB value is (177,78,254). Sum of RGB (Red+Green+Blue) = 177+78+254=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #B14EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EFE is #4EB101. Grayscale: #7F7F7F. Windows color (decimal): -5157122 or 16666289. OLE color: 16666289.

HSL color Cylindrical-coordinate representation of color #B14EFE: hue angle of 273.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14EFE is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 78 254 -
CMYK 0.30 0.69 0 0.00
HSL 273.75º 0.99% 0.65% -
HSV(B) 273.75º 0.69% 1% -
XYZ 38.75 21.95 95.96 -
YUV 127.67 199.3 163.19 -
System Red Green Blue C M Y K H S L
Decimal 177 78 254 0.30 0.69 0 0.00 273.75 0.99 0.65
Hex B1 4E FE 1E 45 0 0 112 63 41
Octal 261 116 376 36 105 0 0 422 143 101
Binary 10110001 1001110 11111110 11110 1000101 0 0 100010010 1100011 1000001

Color Harmonies of #B14EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EFE

Black with #B14EFE

Text Example


Text Example

White with #B14EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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