Html Css Color HEX #B14FE6 Medium Orchid

📋 copy color: '#B14FE6'

red 177 ◦ green 79 ◦ blue 230

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

Shades of Medium Orchid #B14FE6

Tints of Medium Orchid #B14FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 36.42%
G = 16.26%
B = 47.33%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B14FE6 (or 0xB14FE6) is known color: Medium Orchid. HEX triplet: B1, 4F and E6. RGB value is (177,79,230). Sum of RGB (Red+Green+Blue) = 177+79+230=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #B14FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FE6 is #4EB019. Grayscale: #7D7D7D. Windows color (decimal): -5156890 or 15093681. OLE color: 15093681.

HSL color Cylindrical-coordinate representation of color #B14FE6: hue angle of 278.94º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14FE6 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 79 230 -
CMYK 0.23 0.66 0 0.10
HSL 278.94º 0.75% 0.61% -
HSV(B) 278.94º 0.66% 0.9% -
XYZ 35.21 20.65 76.99 -
YUV 125.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 177 79 230 0.23 0.66 0 0.10 278.94 0.75 0.61
Hex B1 4F E6 17 42 0 A 117 4B 3D
Octal 261 117 346 27 102 0 12 427 113 75
Binary 10110001 1001111 11100110 10111 1000010 0 1010 100010111 1001011 111101

Color Harmonies of #B14FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FE6

Black with #B14FE6

Text Example


Text Example

White with #B14FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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