Html Css Color HEX #B266E3 Medium Orchid

📋 copy color: '#B266E3'

red 178 ◦ green 102 ◦ blue 227

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

Shades of Medium Orchid #B266E3

Tints of Medium Orchid #B266E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.77%

R = 35.11%
G = 20.12%
B = 44.77%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B266E3 (or 0xB266E3) is known color: Medium Orchid. HEX triplet: B2, 66 and E3. RGB value is (178,102,227). Sum of RGB (Red+Green+Blue) = 178+102+227=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #B266E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266E3 is #4D991C. Grayscale: #8A8A8A. Windows color (decimal): -5085469 or 14902962. OLE color: 14902962.

HSL color Cylindrical-coordinate representation of color #B266E3: hue angle of 276.48º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B266E3 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 102 227 -
CMYK 0.22 0.55 0 0.11
HSL 276.48º 0.69% 0.65% -
HSV(B) 276.48º 0.55% 0.89% -
XYZ 36.98 24.51 75.46 -
YUV 138.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 178 102 227 0.22 0.55 0 0.11 276.48 0.69 0.65
Hex B2 66 E3 16 37 0 B 114 45 41
Octal 262 146 343 26 67 0 13 424 105 101
Binary 10110010 1100110 11100011 10110 110111 0 1011 100010100 1000101 1000001

Color Harmonies of #B266E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266E3

Black with #B266E3

Text Example


Text Example

White with #B266E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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