Html Css Color HEX #B26EC1 Medium Orchid

📋 copy color: '#B26EC1'

red 178 ◦ green 110 ◦ blue 193

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

Shades of Medium Orchid #B26EC1

Tints of Medium Orchid #B26EC1

RGB

 RED value IS 178 (69.92% from 255) = 37.01%

 GREEN value IS 110 (43.36% from 255) = 22.87%

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 37.01%
G = 22.87%
B = 40.12%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B26EC1 (or 0xB26EC1) is known color: Medium Orchid. HEX triplet: B2, 6E and C1. RGB value is (178,110,193). Sum of RGB (Red+Green+Blue) = 178+110+193=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #B26EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EC1 is #4D913E. Grayscale: #8B8B8B. Windows color (decimal): -5083455 or 12676786. OLE color: 12676786.

HSL color Cylindrical-coordinate representation of color #B26EC1: hue angle of 289.16º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26EC1 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 110 193 -
CMYK 0.08 0.43 0 0.24
HSL 289.16º 0.4% 0.59% -
HSV(B) 289.16º 0.43% 0.76% -
XYZ 33.56 24.47 53.41 -
YUV 139.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 178 110 193 0.08 0.43 0 0.24 289.16 0.4 0.59
Hex B2 6E C1 8 2B 0 18 121 28 3B
Octal 262 156 301 10 53 0 30 441 50 73
Binary 10110010 1101110 11000001 1000 101011 0 11000 100100001 101000 111011

Color Harmonies of #B26EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EC1

Black with #B26EC1

Text Example


Text Example

White with #B26EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EC1; }

 p { color: rgb(178,110,193); }

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

background-color css

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

 a { background-color: rgb(178,110,193); }

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

border-color css

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

 span { border-color: rgb(178,110,193); }

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