Html Css Color HEX #B266EC Medium Orchid

📋 copy color: '#B266EC'

red 178 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #B266EC

Tints of Medium Orchid #B266EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.77%

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

R = 34.5%
G = 19.77%
B = 45.74%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B266EC (or 0xB266EC) is known color: Medium Orchid. HEX triplet: B2, 66 and EC. RGB value is (178,102,236). Sum of RGB (Red+Green+Blue) = 178+102+236=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B266EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266EC is #4D9913. Grayscale: #8B8B8B. Windows color (decimal): -5085460 or 15492786. OLE color: 15492786.

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

Color convert

RGB 178 102 236 -
CMYK 0.25 0.57 0 0.07
HSL 274.03º 0.78% 0.66% -
HSV(B) 274.03º 0.57% 0.93% -
XYZ 38.25 25.02 82.17 -
YUV 140 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 178 102 236 0.25 0.57 0 0.07 274.03 0.78 0.66
Hex B2 66 EC 19 39 0 7 112 4E 42
Octal 262 146 354 31 71 0 7 422 116 102
Binary 10110010 1100110 11101100 11001 111001 0 111 100010010 1001110 1000010

Color Harmonies of #B266EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266EC

Black with #B266EC

Text Example


Text Example

White with #B266EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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