Html Css Color HEX #B26ACE Medium Orchid

📋 copy color: '#B26ACE'

red 178 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #B26ACE

Tints of Medium Orchid #B26ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 36.33%
G = 21.63%
B = 42.04%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B26ACE (or 0xB26ACE) is known color: Medium Orchid. HEX triplet: B2, 6A and CE. RGB value is (178,106,206). Sum of RGB (Red+Green+Blue) = 178+106+206=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #B26ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ACE is #4D9531. Grayscale: #8A8A8A. Windows color (decimal): -5084466 or 13527730. OLE color: 13527730.

HSL color Cylindrical-coordinate representation of color #B26ACE: hue angle of 283.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26ACE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 106 206 -
CMYK 0.14 0.49 0 0.19
HSL 283.2º 0.51% 0.61% -
HSV(B) 283.2º 0.49% 0.81% -
XYZ 34.65 24.23 61.24 -
YUV 138.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 178 106 206 0.14 0.49 0 0.19 283.2 0.51 0.61
Hex B2 6A CE E 31 0 13 11B 33 3D
Octal 262 152 316 16 61 0 23 433 63 75
Binary 10110010 1101010 11001110 1110 110001 0 10011 100011011 110011 111101

Color Harmonies of #B26ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ACE

Black with #B26ACE

Text Example


Text Example

White with #B26ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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