Html Css Color HEX #B14FFE Medium Orchid

📋 copy color: '#B14FFE'

red 177 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #B14FFE

Tints of Medium Orchid #B14FFE

RGB

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

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

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

R = 34.71%
G = 15.49%
B = 49.8%

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

#B14FFE (or 0xB14FFE) is known color: Medium Orchid. HEX triplet: B1, 4F and FE. RGB value is (177,79,254). Sum of RGB (Red+Green+Blue) = 177+79+254=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B14FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FFE is #4EB001. Grayscale: #7F7F7F. Windows color (decimal): -5156866 or 16666545. OLE color: 16666545.

HSL color Cylindrical-coordinate representation of color #B14FFE: hue angle of 273.6º 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 #B14FFE is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 79 254 -
CMYK 0.30 0.69 0 0.00
HSL 273.6º 0.99% 0.65% -
HSV(B) 273.6º 0.69% 1% -
XYZ 38.82 22.09 95.98 -
YUV 128.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 177 79 254 0.30 0.69 0 0.00 273.6 0.99 0.65
Hex B1 4F FE 1E 45 0 0 112 63 41
Octal 261 117 376 36 105 0 0 422 143 101
Binary 10110001 1001111 11111110 11110 1000101 0 0 100010010 1100011 1000001

Color Harmonies of #B14FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FFE

Black with #B14FFE

Text Example


Text Example

White with #B14FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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