Html Css Color HEX #B14DFF Medium Orchid

📋 copy color: '#B14DFF'

red 177 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #B14DFF

Tints of Medium Orchid #B14DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 34.77%
G = 15.13%
B = 50.1%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B14DFF (or 0xB14DFF) is known color: Medium Orchid. HEX triplet: B1, 4D and FF. RGB value is (177,77,255). Sum of RGB (Red+Green+Blue) = 177+77+255=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B14DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DFF is #4EB200. Grayscale: #7E7E7E. Windows color (decimal): -5157377 or 16731569. OLE color: 16731569.

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

Color convert

RGB 177 77 255 -
CMYK 0.31 0.70 0 0
HSL 273.71º 1% 0.65% -
HSV(B) 273.71º 0.7% 1% -
XYZ 38.84 21.87 96.78 -
YUV 127.19 200.13 163.53 -
System Red Green Blue C M Y K H S L
Decimal 177 77 255 0.31 0.70 0 0 273.71 1 0.65
Hex B1 4D FF 1F 46 0 0 112 64 41
Octal 261 115 377 37 106 0 0 422 144 101
Binary 10110001 1001101 11111111 11111 1000110 0 0 100010010 1100100 1000001

Color Harmonies of #B14DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DFF

Black with #B14DFF

Text Example


Text Example

White with #B14DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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