Html Css Color HEX #B14EFF Medium Orchid

📋 copy color: '#B14EFF'

red 177 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #B14EFF

Tints of Medium Orchid #B14EFF

RGB

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

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

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

R = 34.71%
G = 15.29%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B14EFF (or 0xB14EFF) is known color: Medium Orchid. HEX triplet: B1, 4E and FF. RGB value is (177,78,255). Sum of RGB (Red+Green+Blue) = 177+78+255=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #B14EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EFF is #4EB100. Grayscale: #7F7F7F. Windows color (decimal): -5157121 or 16731825. OLE color: 16731825.

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

Color convert

RGB 177 78 255 -
CMYK 0.31 0.69 0 0
HSL 273.56º 1% 0.65% -
HSV(B) 273.56º 0.69% 1% -
XYZ 38.91 22.02 96.81 -
YUV 127.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 177 78 255 0.31 0.69 0 0 273.56 1 0.65
Hex B1 4E FF 1F 45 0 0 112 64 41
Octal 261 116 377 37 105 0 0 422 144 101
Binary 10110001 1001110 11111111 11111 1000101 0 0 100010010 1100100 1000001

Color Harmonies of #B14EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EFF

Black with #B14EFF

Text Example


Text Example

White with #B14EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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