Html Css Color HEX #B164EE Medium Orchid

📋 copy color: '#B164EE'

red 177 ◦ green 100 ◦ blue 238

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

Shades of Medium Orchid #B164EE

Tints of Medium Orchid #B164EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.42%

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 34.37%
G = 19.42%
B = 46.21%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B164EE (or 0xB164EE) is known color: Medium Orchid. HEX triplet: B1, 64 and EE. RGB value is (177,100,238). Sum of RGB (Red+Green+Blue) = 177+100+238=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #B164EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B164EE is #4E9B11. Grayscale: #8A8A8A. Windows color (decimal): -5151506 or 15623345. OLE color: 15623345.

HSL color Cylindrical-coordinate representation of color #B164EE: hue angle of 273.48º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B164EE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 100 238 -
CMYK 0.26 0.58 0 0.07
HSL 273.48º 0.8% 0.66% -
HSV(B) 273.48º 0.58% 0.93% -
XYZ 38.12 24.63 83.63 -
YUV 138.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 177 100 238 0.26 0.58 0 0.07 273.48 0.8 0.66
Hex B1 64 EE 1A 3A 0 7 111 50 42
Octal 261 144 356 32 72 0 7 421 120 102
Binary 10110001 1100100 11101110 11010 111010 0 111 100010001 1010000 1000010

Color Harmonies of #B164EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164EE

Black with #B164EE

Text Example


Text Example

White with #B164EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164EE; }

 p { color: rgb(177,100,238); }

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

background-color css

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

 a { background-color: rgb(177,100,238); }

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

border-color css

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

 span { border-color: rgb(177,100,238); }

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