Html Css Color HEX #B26FCB Medium Orchid

📋 copy color: '#B26FCB'

red 178 ◦ green 111 ◦ blue 203

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

Shades of Medium Orchid #B26FCB

Tints of Medium Orchid #B26FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 36.18%
G = 22.56%
B = 41.26%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B26FCB (or 0xB26FCB) is known color: Medium Orchid. HEX triplet: B2, 6F and CB. RGB value is (178,111,203). Sum of RGB (Red+Green+Blue) = 178+111+203=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B26FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FCB is #4D9034. Grayscale: #8D8D8D. Windows color (decimal): -5083189 or 13332402. OLE color: 13332402.

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

Color convert

RGB 178 111 203 -
CMYK 0.12 0.45 0 0.20
HSL 283.7º 0.47% 0.62% -
HSV(B) 283.7º 0.45% 0.8% -
XYZ 34.82 25.15 59.52 -
YUV 141.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 178 111 203 0.12 0.45 0 0.20 283.7 0.47 0.62
Hex B2 6F CB C 2D 0 14 11C 2F 3E
Octal 262 157 313 14 55 0 24 434 57 76
Binary 10110010 1101111 11001011 1100 101101 0 10100 100011100 101111 111110

Color Harmonies of #B26FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FCB

Black with #B26FCB

Text Example


Text Example

White with #B26FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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