Html Css Color HEX #B168EB Medium Orchid

📋 copy color: '#B168EB'

red 177 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #B168EB

Tints of Medium Orchid #B168EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.16%

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

R = 34.3%
G = 20.16%
B = 45.54%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B168EB (or 0xB168EB) is known color: Medium Orchid. HEX triplet: B1, 68 and EB. RGB value is (177,104,235). Sum of RGB (Red+Green+Blue) = 177+104+235=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #B168EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168EB is #4E9714. Grayscale: #8C8C8C. Windows color (decimal): -5150485 or 15427761. OLE color: 15427761.

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

Color convert

RGB 177 104 235 -
CMYK 0.25 0.56 0 0.08
HSL 273.44º 0.77% 0.66% -
HSV(B) 273.44º 0.56% 0.92% -
XYZ 38.08 25.25 81.46 -
YUV 140.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 177 104 235 0.25 0.56 0 0.08 273.44 0.77 0.66
Hex B1 68 EB 19 38 0 8 111 4D 42
Octal 261 150 353 31 70 0 10 421 115 102
Binary 10110001 1101000 11101011 11001 111000 0 1000 100010001 1001101 1000010

Color Harmonies of #B168EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168EB

Black with #B168EB

Text Example


Text Example

White with #B168EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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