Html Css Color HEX #B26CC9 Medium Orchid

📋 copy color: '#B26CC9'

red 178 ◦ green 108 ◦ blue 201

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

Shades of Medium Orchid #B26CC9

Tints of Medium Orchid #B26CC9

RGB

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

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

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

R = 36.55%
G = 22.18%
B = 41.27%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B26CC9 (or 0xB26CC9) is known color: Medium Orchid. HEX triplet: B2, 6C and C9. RGB value is (178,108,201). Sum of RGB (Red+Green+Blue) = 178+108+201=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #B26CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CC9 is #4D9336. Grayscale: #8B8B8B. Windows color (decimal): -5083959 or 13200562. OLE color: 13200562.

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

Color convert

RGB 178 108 201 -
CMYK 0.11 0.46 0 0.21
HSL 285.16º 0.46% 0.61% -
HSV(B) 285.16º 0.46% 0.79% -
XYZ 34.27 24.41 58.16 -
YUV 139.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 178 108 201 0.11 0.46 0 0.21 285.16 0.46 0.61
Hex B2 6C C9 B 2E 0 15 11D 2E 3D
Octal 262 154 311 13 56 0 25 435 56 75
Binary 10110010 1101100 11001001 1011 101110 0 10101 100011101 101110 111101

Color Harmonies of #B26CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CC9

Black with #B26CC9

Text Example


Text Example

White with #B26CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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