Html Css Color HEX #B26BDF Medium Orchid

📋 copy color: '#B26BDF'

red 178 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #B26BDF

Tints of Medium Orchid #B26BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 35.04%
G = 21.06%
B = 43.9%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B26BDF (or 0xB26BDF) is known color: Medium Orchid. HEX triplet: B2, 6B and DF. RGB value is (178,107,223). Sum of RGB (Red+Green+Blue) = 178+107+223=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B26BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BDF is #4D9420. Grayscale: #8D8D8D. Windows color (decimal): -5084193 or 14642098. OLE color: 14642098.

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

Color convert

RGB 178 107 223 -
CMYK 0.20 0.52 0 0.13
HSL 276.72º 0.64% 0.65% -
HSV(B) 276.72º 0.52% 0.87% -
XYZ 36.94 25.31 72.75 -
YUV 141.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 178 107 223 0.20 0.52 0 0.13 276.72 0.64 0.65
Hex B2 6B DF 14 34 0 D 115 40 41
Octal 262 153 337 24 64 0 15 425 100 101
Binary 10110010 1101011 11011111 10100 110100 0 1101 100010101 1000000 1000001

Color Harmonies of #B26BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BDF

Black with #B26BDF

Text Example


Text Example

White with #B26BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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