Html Css Color HEX #B26CE7 Medium Orchid

📋 copy color: '#B26CE7'

red 178 ◦ green 108 ◦ blue 231

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

Shades of Medium Orchid #B26CE7

Tints of Medium Orchid #B26CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 34.43%
G = 20.89%
B = 44.68%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B26CE7 (or 0xB26CE7) is known color: Medium Orchid. HEX triplet: B2, 6C and E7. RGB value is (178,108,231). Sum of RGB (Red+Green+Blue) = 178+108+231=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #B26CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CE7 is #4D9318. Grayscale: #8E8E8E. Windows color (decimal): -5083929 or 15166642. OLE color: 15166642.

HSL color Cylindrical-coordinate representation of color #B26CE7: hue angle of 274.15º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B26CE7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 108 231 -
CMYK 0.23 0.53 0 0.09
HSL 274.15º 0.72% 0.66% -
HSV(B) 274.15º 0.53% 0.91% -
XYZ 38.15 25.96 78.6 -
YUV 142.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 178 108 231 0.23 0.53 0 0.09 274.15 0.72 0.66
Hex B2 6C E7 17 35 0 9 112 48 42
Octal 262 154 347 27 65 0 11 422 110 102
Binary 10110010 1101100 11100111 10111 110101 0 1001 100010010 1001000 1000010

Color Harmonies of #B26CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CE7

Black with #B26CE7

Text Example


Text Example

White with #B26CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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