Html Css Color HEX #B26DD5 Medium Orchid

📋 copy color: '#B26DD5'

red 178 ◦ green 109 ◦ blue 213

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

Shades of Medium Orchid #B26DD5

Tints of Medium Orchid #B26DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.6%

R = 35.6%
G = 21.8%
B = 42.6%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B26DD5 (or 0xB26DD5) is known color: Medium Orchid. HEX triplet: B2, 6D and D5. RGB value is (178,109,213). Sum of RGB (Red+Green+Blue) = 178+109+213=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #B26DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DD5 is #4D922A. Grayscale: #8D8D8D. Windows color (decimal): -5083691 or 13987250. OLE color: 13987250.

HSL color Cylindrical-coordinate representation of color #B26DD5: hue angle of 279.81º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26DD5 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 109 213 -
CMYK 0.16 0.49 0 0.16
HSL 279.81º 0.55% 0.63% -
HSV(B) 279.81º 0.49% 0.84% -
XYZ 35.84 25.21 65.93 -
YUV 141.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 178 109 213 0.16 0.49 0 0.16 279.81 0.55 0.63
Hex B2 6D D5 10 31 0 10 118 37 3F
Octal 262 155 325 20 61 0 20 430 67 77
Binary 10110010 1101101 11010101 10000 110001 0 10000 100011000 110111 111111

Color Harmonies of #B26DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26DD5

Black with #B26DD5

Text Example


Text Example

White with #B26DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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