Html Css Color HEX #B26CDB Medium Orchid

📋 copy color: '#B26CDB'

red 178 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #B26CDB

Tints of Medium Orchid #B26CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 35.25%
G = 21.39%
B = 43.37%

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

#B26CDB (or 0xB26CDB) is known color: Medium Orchid. HEX triplet: B2, 6C and DB. RGB value is (178,108,219). Sum of RGB (Red+Green+Blue) = 178+108+219=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B26CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CDB is #4D9324. Grayscale: #8D8D8D. Windows color (decimal): -5083941 or 14380210. OLE color: 14380210.

HSL color Cylindrical-coordinate representation of color #B26CDB: hue angle of 277.84º degrees, saturation: 0.61, 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 #B26CDB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 108 219 -
CMYK 0.19 0.51 0 0.14
HSL 277.84º 0.61% 0.64% -
HSV(B) 277.84º 0.51% 0.86% -
XYZ 36.51 25.3 69.98 -
YUV 141.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 178 108 219 0.19 0.51 0 0.14 277.84 0.61 0.64
Hex B2 6C DB 13 33 0 E 116 3D 40
Octal 262 154 333 23 63 0 16 426 75 100
Binary 10110010 1101100 11011011 10011 110011 0 1110 100010110 111101 1000000

Color Harmonies of #B26CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CDB

Black with #B26CDB

Text Example


Text Example

White with #B26CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CDB; }

 p { color: rgb(178,108,219); }

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

background-color css

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

 a { background-color: rgb(178,108,219); }

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

border-color css

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

 span { border-color: rgb(178,108,219); }

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