Html Css Color HEX #B26BD5 Medium Orchid

📋 copy color: '#B26BD5'

red 178 ◦ green 107 ◦ blue 213

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

Shades of Medium Orchid #B26BD5

Tints of Medium Orchid #B26BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

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

R = 35.74%
G = 21.49%
B = 42.77%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B26BD5 (or 0xB26BD5) is known color: Medium Orchid. HEX triplet: B2, 6B and D5. RGB value is (178,107,213). Sum of RGB (Red+Green+Blue) = 178+107+213=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #B26BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BD5 is #4D942A. Grayscale: #8B8B8B. Windows color (decimal): -5084203 or 13986738. OLE color: 13986738.

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

Color convert

RGB 178 107 213 -
CMYK 0.16 0.50 0 0.16
HSL 280.19º 0.56% 0.63% -
HSV(B) 280.19º 0.5% 0.84% -
XYZ 35.63 24.78 65.86 -
YUV 140.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 178 107 213 0.16 0.50 0 0.16 280.19 0.56 0.63
Hex B2 6B D5 10 32 0 10 118 38 3F
Octal 262 153 325 20 62 0 20 430 70 77
Binary 10110010 1101011 11010101 10000 110010 0 10000 100011000 111000 111111

Color Harmonies of #B26BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BD5

Black with #B26BD5

Text Example


Text Example

White with #B26BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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