Html Css Color HEX #B164ED Medium Orchid

📋 copy color: '#B164ED'

red 177 ◦ green 100 ◦ blue 237

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

Shades of Medium Orchid #B164ED

Tints of Medium Orchid #B164ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 34.44%
G = 19.46%
B = 46.11%

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

#B164ED (or 0xB164ED) is known color: Medium Orchid. HEX triplet: B1, 64 and ED. RGB value is (177,100,237). Sum of RGB (Red+Green+Blue) = 177+100+237=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #B164ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B164ED is #4E9B12. Grayscale: #8A8A8A. Windows color (decimal): -5151507 or 15557809. OLE color: 15557809.

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

Color convert

RGB 177 100 237 -
CMYK 0.25 0.58 0 0.07
HSL 273.72º 0.79% 0.66% -
HSV(B) 273.72º 0.58% 0.93% -
XYZ 37.97 24.58 82.86 -
YUV 138.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 177 100 237 0.25 0.58 0 0.07 273.72 0.79 0.66
Hex B1 64 ED 19 3A 0 7 112 4F 42
Octal 261 144 355 31 72 0 7 422 117 102
Binary 10110001 1100100 11101101 11001 111010 0 111 100010010 1001111 1000010

Color Harmonies of #B164ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164ED

Black with #B164ED

Text Example


Text Example

White with #B164ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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