Html Css Color HEX #B26BE5 Medium Orchid

📋 copy color: '#B26BE5'

red 178 ◦ green 107 ◦ blue 229

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

Shades of Medium Orchid #B26BE5

Tints of Medium Orchid #B26BE5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 229 (89.84% from 255) = 44.55%

R = 34.63%
G = 20.82%
B = 44.55%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B26BE5 (or 0xB26BE5) is known color: Medium Orchid. HEX triplet: B2, 6B and E5. RGB value is (178,107,229). Sum of RGB (Red+Green+Blue) = 178+107+229=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #B26BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BE5 is #4D941A. Grayscale: #8D8D8D. Windows color (decimal): -5084187 or 15035314. OLE color: 15035314.

HSL color Cylindrical-coordinate representation of color #B26BE5: hue angle of 274.92º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B26BE5 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 107 229 -
CMYK 0.22 0.53 0 0.10
HSL 274.92º 0.7% 0.66% -
HSV(B) 274.92º 0.53% 0.9% -
XYZ 37.76 25.64 77.09 -
YUV 142.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 178 107 229 0.22 0.53 0 0.10 274.92 0.7 0.66
Hex B2 6B E5 16 35 0 A 113 46 42
Octal 262 153 345 26 65 0 12 423 106 102
Binary 10110010 1101011 11100101 10110 110101 0 1010 100010011 1000110 1000010

Color Harmonies of #B26BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BE5

Black with #B26BE5

Text Example


Text Example

White with #B26BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BE5; }

 p { color: rgb(178,107,229); }

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

background-color css

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

 a { background-color: rgb(178,107,229); }

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

border-color css

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

 span { border-color: rgb(178,107,229); }

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