Html Css Color HEX #B26BEC Medium Orchid

📋 copy color: '#B26BEC'

red 178 ◦ green 107 ◦ blue 236

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

Shades of Medium Orchid #B26BEC

Tints of Medium Orchid #B26BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 34.17%
G = 20.54%
B = 45.3%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B26BEC (or 0xB26BEC) is known color: Medium Orchid. HEX triplet: B2, 6B and EC. RGB value is (178,107,236). Sum of RGB (Red+Green+Blue) = 178+107+236=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #B26BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26BEC is #4D9413. Grayscale: #8E8E8E. Windows color (decimal): -5084180 or 15494066. OLE color: 15494066.

HSL color Cylindrical-coordinate representation of color #B26BEC: hue angle of 273.02º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26BEC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 107 236 -
CMYK 0.25 0.55 0 0.07
HSL 273.02º 0.77% 0.67% -
HSV(B) 273.02º 0.55% 0.93% -
XYZ 38.76 26.04 82.34 -
YUV 142.94 180.52 153.01 -
System Red Green Blue C M Y K H S L
Decimal 178 107 236 0.25 0.55 0 0.07 273.02 0.77 0.67
Hex B2 6B EC 19 37 0 7 111 4D 43
Octal 262 153 354 31 67 0 7 421 115 103
Binary 10110010 1101011 11101100 11001 110111 0 111 100010001 1001101 1000011

Color Harmonies of #B26BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BEC

Black with #B26BEC

Text Example


Text Example

White with #B26BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BEC; }

 p { color: rgb(178,107,236); }

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

background-color css

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

 a { background-color: rgb(178,107,236); }

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

border-color css

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

 span { border-color: rgb(178,107,236); }

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