Html Css Color HEX #B26ADA Medium Orchid

📋 copy color: '#B26ADA'

red 178 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #B26ADA

Tints of Medium Orchid #B26ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

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

R = 35.46%
G = 21.12%
B = 43.43%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B26ADA (or 0xB26ADA) is known color: Medium Orchid. HEX triplet: B2, 6A and DA. RGB value is (178,106,218). Sum of RGB (Red+Green+Blue) = 178+106+218=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #B26ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ADA is #4D9525. Grayscale: #8B8B8B. Windows color (decimal): -5084454 or 14314162. OLE color: 14314162.

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

Color convert

RGB 178 106 218 -
CMYK 0.18 0.51 0 0.15
HSL 278.57º 0.6% 0.64% -
HSV(B) 278.57º 0.51% 0.85% -
XYZ 36.17 24.84 69.22 -
YUV 140.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 178 106 218 0.18 0.51 0 0.15 278.57 0.6 0.64
Hex B2 6A DA 12 33 0 F 117 3C 40
Octal 262 152 332 22 63 0 17 427 74 100
Binary 10110010 1101010 11011010 10010 110011 0 1111 100010111 111100 1000000

Color Harmonies of #B26ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ADA

Black with #B26ADA

Text Example


Text Example

White with #B26ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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