Html Css Color HEX #B164EC Medium Orchid

📋 copy color: '#B164EC'

red 177 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #B164EC

Tints of Medium Orchid #B164EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 34.5%
G = 19.49%
B = 46%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B164EC (or 0xB164EC) is known color: Medium Orchid. HEX triplet: B1, 64 and EC. RGB value is (177,100,236). Sum of RGB (Red+Green+Blue) = 177+100+236=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #B164EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B164EC is #4E9B13. Grayscale: #8A8A8A. Windows color (decimal): -5151508 or 15492273. OLE color: 15492273.

HSL color Cylindrical-coordinate representation of color #B164EC: hue angle of 273.97º degrees, saturation: 0.78, 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 #B164EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 100 236 -
CMYK 0.25 0.58 0 0.07
HSL 273.97º 0.78% 0.66% -
HSV(B) 273.97º 0.58% 0.93% -
XYZ 37.83 24.52 82.1 -
YUV 138.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 177 100 236 0.25 0.58 0 0.07 273.97 0.78 0.66
Hex B1 64 EC 19 3A 0 7 112 4E 42
Octal 261 144 354 31 72 0 7 422 116 102
Binary 10110001 1100100 11101100 11001 111010 0 111 100010010 1001110 1000010

Color Harmonies of #B164EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164EC

Black with #B164EC

Text Example


Text Example

White with #B164EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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