Html Css Color HEX #B26CC3 Medium Orchid

📋 copy color: '#B26CC3'

red 178 ◦ green 108 ◦ blue 195

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

Shades of Medium Orchid #B26CC3

Tints of Medium Orchid #B26CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 37.01%
G = 22.45%
B = 40.54%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B26CC3 (or 0xB26CC3) is known color: Medium Orchid. HEX triplet: B2, 6C and C3. RGB value is (178,108,195). Sum of RGB (Red+Green+Blue) = 178+108+195=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #B26CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CC3 is #4D933C. Grayscale: #8A8A8A. Windows color (decimal): -5083965 or 12807346. OLE color: 12807346.

HSL color Cylindrical-coordinate representation of color #B26CC3: hue angle of 288.28º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26CC3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 108 195 -
CMYK 0.09 0.45 0 0.24
HSL 288.28º 0.42% 0.59% -
HSV(B) 288.28º 0.45% 0.76% -
XYZ 33.57 24.13 54.52 -
YUV 138.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 178 108 195 0.09 0.45 0 0.24 288.28 0.42 0.59
Hex B2 6C C3 9 2D 0 18 120 2A 3B
Octal 262 154 303 11 55 0 30 440 52 73
Binary 10110010 1101100 11000011 1001 101101 0 11000 100100000 101010 111011

Color Harmonies of #B26CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CC3

Black with #B26CC3

Text Example


Text Example

White with #B26CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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