Html Css Color HEX #B26FCD Medium Orchid

📋 copy color: '#B26FCD'

red 178 ◦ green 111 ◦ blue 205

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

Shades of Medium Orchid #B26FCD

Tints of Medium Orchid #B26FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 36.03%
G = 22.47%
B = 41.5%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B26FCD (or 0xB26FCD) is known color: Medium Orchid. HEX triplet: B2, 6F and CD. RGB value is (178,111,205). Sum of RGB (Red+Green+Blue) = 178+111+205=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #B26FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FCD is #4D9032. Grayscale: #8D8D8D. Windows color (decimal): -5083187 or 13463474. OLE color: 13463474.

HSL color Cylindrical-coordinate representation of color #B26FCD: hue angle of 282.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26FCD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 111 205 -
CMYK 0.13 0.46 0 0.20
HSL 282.77º 0.48% 0.62% -
HSV(B) 282.77º 0.46% 0.8% -
XYZ 35.06 25.24 60.78 -
YUV 141.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 178 111 205 0.13 0.46 0 0.20 282.77 0.48 0.62
Hex B2 6F CD D 2E 0 14 11B 30 3E
Octal 262 157 315 15 56 0 24 433 60 76
Binary 10110010 1101111 11001101 1101 101110 0 10100 100011011 110000 111110

Color Harmonies of #B26FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FCD

Black with #B26FCD

Text Example


Text Example

White with #B26FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FCD; }

 p { color: rgb(178,111,205); }

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

background-color css

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

 a { background-color: rgb(178,111,205); }

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

border-color css

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

 span { border-color: rgb(178,111,205); }

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