Html Css Color HEX #B164EB Medium Orchid

📋 copy color: '#B164EB'

red 177 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #B164EB

Tints of Medium Orchid #B164EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 34.57%
G = 19.53%
B = 45.9%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B164EB (or 0xB164EB) is known color: Medium Orchid. HEX triplet: B1, 64 and EB. RGB value is (177,100,235). Sum of RGB (Red+Green+Blue) = 177+100+235=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #B164EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B164EB is #4E9B14. Grayscale: #898989. Windows color (decimal): -5151509 or 15426737. OLE color: 15426737.

HSL color Cylindrical-coordinate representation of color #B164EB: hue angle of 274.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B164EB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 100 235 -
CMYK 0.25 0.57 0 0.08
HSL 274.22º 0.77% 0.66% -
HSV(B) 274.22º 0.57% 0.92% -
XYZ 37.68 24.46 81.33 -
YUV 138.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 177 100 235 0.25 0.57 0 0.08 274.22 0.77 0.66
Hex B1 64 EB 19 39 0 8 112 4D 42
Octal 261 144 353 31 71 0 10 422 115 102
Binary 10110001 1100100 11101011 11001 111001 0 1000 100010010 1001101 1000010

Color Harmonies of #B164EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164EB

Black with #B164EB

Text Example


Text Example

White with #B164EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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