Html Css Color HEX #B14EF0 Medium Orchid

📋 copy color: '#B14EF0'

red 177 ◦ green 78 ◦ blue 240

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

Shades of Medium Orchid #B14EF0

Tints of Medium Orchid #B14EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 35.76%
G = 15.76%
B = 48.48%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B14EF0 (or 0xB14EF0) is known color: Medium Orchid. HEX triplet: B1, 4E and F0. RGB value is (177,78,240). Sum of RGB (Red+Green+Blue) = 177+78+240=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #B14EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EF0 is #4EB10F. Grayscale: #7D7D7D. Windows color (decimal): -5157136 or 15748785. OLE color: 15748785.

HSL color Cylindrical-coordinate representation of color #B14EF0: hue angle of 276.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14EF0 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 78 240 -
CMYK 0.26 0.68 0 0.06
HSL 276.67º 0.84% 0.62% -
HSV(B) 276.67º 0.68% 0.94% -
XYZ 36.58 21.09 84.58 -
YUV 126.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 177 78 240 0.26 0.68 0 0.06 276.67 0.84 0.62
Hex B1 4E F0 1A 44 0 6 115 54 3E
Octal 261 116 360 32 104 0 6 425 124 76
Binary 10110001 1001110 11110000 11010 1000100 0 110 100010101 1010100 111110

Color Harmonies of #B14EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EF0

Black with #B14EF0

Text Example


Text Example

White with #B14EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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