Html Css Color HEX #B26FC9 Medium Orchid

📋 copy color: '#B26FC9'

red 178 ◦ green 111 ◦ blue 201

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

Shades of Medium Orchid #B26FC9

Tints of Medium Orchid #B26FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 36.33%
G = 22.65%
B = 41.02%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B26FC9 (or 0xB26FC9) is known color: Medium Orchid. HEX triplet: B2, 6F and C9. RGB value is (178,111,201). Sum of RGB (Red+Green+Blue) = 178+111+201=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #B26FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FC9 is #4D9036. Grayscale: #8D8D8D. Windows color (decimal): -5083191 or 13201330. OLE color: 13201330.

HSL color Cylindrical-coordinate representation of color #B26FC9: hue angle of 284.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26FC9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 111 201 -
CMYK 0.11 0.45 0 0.21
HSL 284.67º 0.45% 0.61% -
HSV(B) 284.67º 0.45% 0.79% -
XYZ 34.59 25.05 58.27 -
YUV 141.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 178 111 201 0.11 0.45 0 0.21 284.67 0.45 0.61
Hex B2 6F C9 B 2D 0 15 11D 2D 3D
Octal 262 157 311 13 55 0 25 435 55 75
Binary 10110010 1101111 11001001 1011 101101 0 10101 100011101 101101 111101

Color Harmonies of #B26FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FC9

Black with #B26FC9

Text Example


Text Example

White with #B26FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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