Html Css Color HEX #B26DD0 Medium Orchid

📋 copy color: '#B26DD0'

red 178 ◦ green 109 ◦ blue 208

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

Shades of Medium Orchid #B26DD0

Tints of Medium Orchid #B26DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 35.96%
G = 22.02%
B = 42.02%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B26DD0 (or 0xB26DD0) is known color: Medium Orchid. HEX triplet: B2, 6D and D0. RGB value is (178,109,208). Sum of RGB (Red+Green+Blue) = 178+109+208=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #B26DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DD0 is #4D922F. Grayscale: #8C8C8C. Windows color (decimal): -5083696 or 13659570. OLE color: 13659570.

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

Color convert

RGB 178 109 208 -
CMYK 0.14 0.48 0 0.18
HSL 281.82º 0.51% 0.62% -
HSV(B) 281.82º 0.48% 0.82% -
XYZ 35.21 24.96 62.64 -
YUV 140.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 178 109 208 0.14 0.48 0 0.18 281.82 0.51 0.62
Hex B2 6D D0 E 30 0 12 11A 33 3E
Octal 262 155 320 16 60 0 22 432 63 76
Binary 10110010 1101101 11010000 1110 110000 0 10010 100011010 110011 111110

Color Harmonies of #B26DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26DD0

Black with #B26DD0

Text Example


Text Example

White with #B26DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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