Html Css Color HEX #B164E0 Medium Orchid

📋 copy color: '#B164E0'

red 177 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #B164E0

Tints of Medium Orchid #B164E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.71%

R = 35.33%
G = 19.96%
B = 44.71%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B164E0 (or 0xB164E0) is known color: Medium Orchid. HEX triplet: B1, 64 and E0. RGB value is (177,100,224). Sum of RGB (Red+Green+Blue) = 177+100+224=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #B164E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164E0 is #4E9B1F. Grayscale: #888888. Windows color (decimal): -5151520 or 14705841. OLE color: 14705841.

HSL color Cylindrical-coordinate representation of color #B164E0: hue angle of 277.26º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B164E0 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 100 224 -
CMYK 0.21 0.55 0 0.12
HSL 277.26º 0.67% 0.64% -
HSV(B) 277.26º 0.55% 0.88% -
XYZ 36.14 23.84 73.22 -
YUV 137.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 177 100 224 0.21 0.55 0 0.12 277.26 0.67 0.64
Hex B1 64 E0 15 37 0 C 115 43 40
Octal 261 144 340 25 67 0 14 425 103 100
Binary 10110001 1100100 11100000 10101 110111 0 1100 100010101 1000011 1000000

Color Harmonies of #B164E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164E0

Black with #B164E0

Text Example


Text Example

White with #B164E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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