Html Css Color HEX #B26EDA Medium Orchid

📋 copy color: '#B26EDA'

red 178 ◦ green 110 ◦ blue 218

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

Shades of Medium Orchid #B26EDA

Tints of Medium Orchid #B26EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 35.18%
G = 21.74%
B = 43.08%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B26EDA (or 0xB26EDA) is known color: Medium Orchid. HEX triplet: B2, 6E and DA. RGB value is (178,110,218). Sum of RGB (Red+Green+Blue) = 178+110+218=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B26EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EDA is #4D9125. Grayscale: #8E8E8E. Windows color (decimal): -5083430 or 14315186. OLE color: 14315186.

HSL color Cylindrical-coordinate representation of color #B26EDA: hue angle of 277.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26EDA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 110 218 -
CMYK 0.18 0.50 0 0.15
HSL 277.78º 0.59% 0.64% -
HSV(B) 277.78º 0.5% 0.85% -
XYZ 36.59 25.68 69.36 -
YUV 142.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 178 110 218 0.18 0.50 0 0.15 277.78 0.59 0.64
Hex B2 6E DA 12 32 0 F 116 3B 40
Octal 262 156 332 22 62 0 17 426 73 100
Binary 10110010 1101110 11011010 10010 110010 0 1111 100010110 111011 1000000

Color Harmonies of #B26EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EDA

Black with #B26EDA

Text Example


Text Example

White with #B26EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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