Html Css Color HEX #B14DFE Medium Orchid

📋 copy color: '#B14DFE'

red 177 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #B14DFE

Tints of Medium Orchid #B14DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.16%

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

R = 34.84%
G = 15.16%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B14DFE (or 0xB14DFE) is known color: Medium Orchid. HEX triplet: B1, 4D and FE. RGB value is (177,77,254). Sum of RGB (Red+Green+Blue) = 177+77+254=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #B14DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DFE is #4EB201. Grayscale: #7E7E7E. Windows color (decimal): -5157378 or 16666033. OLE color: 16666033.

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

Color convert

RGB 177 77 254 -
CMYK 0.30 0.70 0 0.00
HSL 273.9º 0.99% 0.65% -
HSV(B) 273.9º 0.7% 1% -
XYZ 38.67 21.81 95.94 -
YUV 127.08 199.63 163.61 -
System Red Green Blue C M Y K H S L
Decimal 177 77 254 0.30 0.70 0 0.00 273.9 0.99 0.65
Hex B1 4D FE 1E 46 0 0 112 63 41
Octal 261 115 376 36 106 0 0 422 143 101
Binary 10110001 1001101 11111110 11110 1000110 0 0 100010010 1100011 1000001

Color Harmonies of #B14DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DFE

Black with #B14DFE

Text Example


Text Example

White with #B14DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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