Html Css Color HEX #B26DCB Medium Orchid

📋 copy color: '#B26DCB'

red 178 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #B26DCB

Tints of Medium Orchid #B26DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.24%

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 36.33%
G = 22.24%
B = 41.43%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B26DCB (or 0xB26DCB) is known color: Medium Orchid. HEX triplet: B2, 6D and CB. RGB value is (178,109,203). Sum of RGB (Red+Green+Blue) = 178+109+203=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #B26DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DCB is #4D9234. Grayscale: #8C8C8C. Windows color (decimal): -5083701 or 13331890. OLE color: 13331890.

HSL color Cylindrical-coordinate representation of color #B26DCB: hue angle of 284.04º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26DCB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 109 203 -
CMYK 0.12 0.46 0 0.20
HSL 284.04º 0.47% 0.61% -
HSV(B) 284.04º 0.46% 0.8% -
XYZ 34.61 24.71 59.45 -
YUV 140.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 178 109 203 0.12 0.46 0 0.20 284.04 0.47 0.61
Hex B2 6D CB C 2E 0 14 11C 2F 3D
Octal 262 155 313 14 56 0 24 434 57 75
Binary 10110010 1101101 11001011 1100 101110 0 10100 100011100 101111 111101

Color Harmonies of #B26DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26DCB

Black with #B26DCB

Text Example


Text Example

White with #B26DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26DCB; }

 p { color: rgb(178,109,203); }

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

background-color css

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

 a { background-color: rgb(178,109,203); }

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

border-color css

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

 span { border-color: rgb(178,109,203); }

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