Html Css Color HEX #B26BDC Medium Orchid

📋 copy color: '#B26BDC'

red 178 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #B26BDC

Tints of Medium Orchid #B26BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 35.25%
G = 21.19%
B = 43.56%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B26BDC (or 0xB26BDC) is known color: Medium Orchid. HEX triplet: B2, 6B and DC. RGB value is (178,107,220). Sum of RGB (Red+Green+Blue) = 178+107+220=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #B26BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BDC is #4D9423. Grayscale: #8C8C8C. Windows color (decimal): -5084196 or 14445490. OLE color: 14445490.

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

Color convert

RGB 178 107 220 -
CMYK 0.19 0.51 0 0.14
HSL 277.7º 0.62% 0.64% -
HSV(B) 277.7º 0.51% 0.86% -
XYZ 36.54 25.15 70.64 -
YUV 141.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 178 107 220 0.19 0.51 0 0.14 277.7 0.62 0.64
Hex B2 6B DC 13 33 0 E 116 3E 40
Octal 262 153 334 23 63 0 16 426 76 100
Binary 10110010 1101011 11011100 10011 110011 0 1110 100010110 111110 1000000

Color Harmonies of #B26BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BDC

Black with #B26BDC

Text Example


Text Example

White with #B26BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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