Html Css Color HEX #B14FFA Medium Orchid

📋 copy color: '#B14FFA'

red 177 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #B14FFA

Tints of Medium Orchid #B14FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 34.98%
G = 15.61%
B = 49.41%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B14FFA (or 0xB14FFA) is known color: Medium Orchid. HEX triplet: B1, 4F and FA. RGB value is (177,79,250). Sum of RGB (Red+Green+Blue) = 177+79+250=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #B14FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FFA is #4EB005. Grayscale: #7F7F7F. Windows color (decimal): -5156870 or 16404401. OLE color: 16404401.

HSL color Cylindrical-coordinate representation of color #B14FFA: hue angle of 274.39º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14FFA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 79 250 -
CMYK 0.29 0.68 0 0.02
HSL 274.39º 0.94% 0.65% -
HSV(B) 274.39º 0.68% 0.98% -
XYZ 38.18 21.84 92.65 -
YUV 127.8 196.97 163.1 -
System Red Green Blue C M Y K H S L
Decimal 177 79 250 0.29 0.68 0 0.02 274.39 0.94 0.65
Hex B1 4F FA 1D 44 0 2 112 5E 41
Octal 261 117 372 35 104 0 2 422 136 101
Binary 10110001 1001111 11111010 11101 1000100 0 10 100010010 1011110 1000001

Color Harmonies of #B14FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FFA

Black with #B14FFA

Text Example


Text Example

White with #B14FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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