Html Css Color HEX #B26CDF Medium Orchid

📋 copy color: '#B26CDF'

red 178 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #B26CDF

Tints of Medium Orchid #B26CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

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

R = 34.97%
G = 21.22%
B = 43.81%

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

#B26CDF (or 0xB26CDF) is known color: Medium Orchid. HEX triplet: B2, 6C and DF. RGB value is (178,108,223). Sum of RGB (Red+Green+Blue) = 178+108+223=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #B26CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CDF is #4D9320. Grayscale: #8D8D8D. Windows color (decimal): -5083937 or 14642354. OLE color: 14642354.

HSL color Cylindrical-coordinate representation of color #B26CDF: hue angle of 276.52º 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 #B26CDF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 108 223 -
CMYK 0.20 0.52 0 0.13
HSL 276.52º 0.64% 0.65% -
HSV(B) 276.52º 0.52% 0.87% -
XYZ 37.04 25.52 72.79 -
YUV 142.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 178 108 223 0.20 0.52 0 0.13 276.52 0.64 0.65
Hex B2 6C DF 14 34 0 D 115 40 41
Octal 262 154 337 24 64 0 15 425 100 101
Binary 10110010 1101100 11011111 10100 110100 0 1101 100010101 1000000 1000001

Color Harmonies of #B26CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CDF

Black with #B26CDF

Text Example


Text Example

White with #B26CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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