Html Css Color HEX #B14FF6 Medium Orchid

📋 copy color: '#B14FF6'

red 177 ◦ green 79 ◦ blue 246

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

Shades of Medium Orchid #B14FF6

Tints of Medium Orchid #B14FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49%

R = 35.26%
G = 15.74%
B = 49%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B14FF6 (or 0xB14FF6) is known color: Medium Orchid. HEX triplet: B1, 4F and F6. RGB value is (177,79,246). Sum of RGB (Red+Green+Blue) = 177+79+246=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #B14FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FF6 is #4EB009. Grayscale: #7E7E7E. Windows color (decimal): -5156874 or 16142257. OLE color: 16142257.

HSL color Cylindrical-coordinate representation of color #B14FF6: hue angle of 275.21º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14FF6 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 79 246 -
CMYK 0.28 0.68 0 0.04
HSL 275.21º 0.9% 0.64% -
HSV(B) 275.21º 0.68% 0.96% -
XYZ 37.56 21.59 89.38 -
YUV 127.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 177 79 246 0.28 0.68 0 0.04 275.21 0.9 0.64
Hex B1 4F F6 1C 44 0 4 113 5A 40
Octal 261 117 366 34 104 0 4 423 132 100
Binary 10110001 1001111 11110110 11100 1000100 0 100 100010011 1011010 1000000

Color Harmonies of #B14FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FF6

Black with #B14FF6

Text Example


Text Example

White with #B14FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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