Html Css Color HEX #B26DD2 Medium Orchid

📋 copy color: '#B26DD2'

red 178 ◦ green 109 ◦ blue 210

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

Shades of Medium Orchid #B26DD2

Tints of Medium Orchid #B26DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 35.81%
G = 21.93%
B = 42.25%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B26DD2 (or 0xB26DD2) is known color: Medium Orchid. HEX triplet: B2, 6D and D2. RGB value is (178,109,210). Sum of RGB (Red+Green+Blue) = 178+109+210=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #B26DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DD2 is #4D922D. Grayscale: #8C8C8C. Windows color (decimal): -5083694 or 13790642. OLE color: 13790642.

HSL color Cylindrical-coordinate representation of color #B26DD2: hue angle of 280.99º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26DD2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 109 210 -
CMYK 0.15 0.48 0 0.18
HSL 280.99º 0.53% 0.63% -
HSV(B) 280.99º 0.48% 0.82% -
XYZ 35.46 25.06 63.94 -
YUV 141.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 178 109 210 0.15 0.48 0 0.18 280.99 0.53 0.63
Hex B2 6D D2 F 30 0 12 119 35 3F
Octal 262 155 322 17 60 0 22 431 65 77
Binary 10110010 1101101 11010010 1111 110000 0 10010 100011001 110101 111111

Color Harmonies of #B26DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26DD2

Black with #B26DD2

Text Example


Text Example

White with #B26DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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