Html Css Color HEX #B26DDD Medium Orchid

📋 copy color: '#B26DDD'

red 178 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #B26DDD

Tints of Medium Orchid #B26DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 35.04%
G = 21.46%
B = 43.5%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B26DDD (or 0xB26DDD) is known color: Medium Orchid. HEX triplet: B2, 6D and DD. RGB value is (178,109,221). Sum of RGB (Red+Green+Blue) = 178+109+221=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B26DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DDD is #4D9222. Grayscale: #8E8E8E. Windows color (decimal): -5083683 or 14511538. OLE color: 14511538.

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

Color convert

RGB 178 109 221 -
CMYK 0.19 0.51 0 0.13
HSL 276.96º 0.62% 0.65% -
HSV(B) 276.96º 0.51% 0.87% -
XYZ 36.88 25.62 71.41 -
YUV 142.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 178 109 221 0.19 0.51 0 0.13 276.96 0.62 0.65
Hex B2 6D DD 13 33 0 D 115 3E 41
Octal 262 155 335 23 63 0 15 425 76 101
Binary 10110010 1101101 11011101 10011 110011 0 1101 100010101 111110 1000001

Color Harmonies of #B26DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26DDD

Black with #B26DDD

Text Example


Text Example

White with #B26DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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